Gravv DOCS
Docs Agent Get Started
API Reference Get supported currencies

Get supported currencies

Retrieve the list of fiat currencies supported for transfers.

GET/v1/transfer/supported-currencies

Query Parameters

Filter by three-letter ISO 4217 currency code (case-insensitive).

Filter by currency name (case-insensitive partial match).

Responses

Status Description
200 List of supported transfer currencies
400 Bad request

200 response

Array of supported transfer currencies.

Three-letter ISO 4217 currency code.

Full name of the currency.

{
"data": {
"currencies": [
  {
    "code": "NGN",
    "name": "Nigerian Naira"
  },
  {
    "code": "EUR",
    "name": "Euro"
  },
  {
    "code": "GHS",
    "name": "Ghanaian Cedi"
  },
  {
    "code": "KES",
    "name": "Kenyan Shilling"
  },
  {
    "code": "UGX",
    "name": "Ugandan Shilling"
  },
  {
    "code": "ZMW",
    "name": "Zambian Kwacha"
  },
  {
    "code": "XOF",
    "name": "West African CFA Franc"
  },
  {
    "code": "BWP",
    "name": "Botswana Pula"
  },
  {
    "code": "CDF",
    "name": "Congolese Franc"
  },
  {
    "code": "XAF",
    "name": "Central African CFA Franc"
  },
  {
    "code": "MWK",
    "name": "Malawian Kwacha"
  },
  {
    "code": "RWF",
    "name": "Rwandan Franc"
  },
  {
    "code": "ZAR",
    "name": "South African Rand"
  },
  {
    "code": "TZS",
    "name": "Tanzanian Shilling"
  },
  {
    "code": "USD",
    "name": "US Dollar"
  }
]
},
"error": null
}

400 response

{
"data": null,
"error": "invalid request payload"
}

Authorization

  • ApiKeyAuth
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC