Payments
List supported currencies
Get all supported fiat and cryptocurrency codes. Use this to validate currency selections and display currency options to users.
get/v1/currencies/supported
Response
Success
Example response
{
"fiat": [
"NGN"
],
"crypto": [
"USDT_TRC20"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.