Skip to main content
GET
/
currencies
List supported fiat currencies
curl --request GET \
  --url https://api.paycrest.io/v1/currencies
{
  "status": "success",
  "message": "Operation successful",
  "data": [
    {
      "code": "<string>",
      "name": "<string>",
      "shortName": "<string>",
      "decimals": 123,
      "symbol": "<string>",
      "marketRate": 123
    }
  ]
}
Retrieve a list of supported fiat currencies.

Response

List of currencies

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object[]
I