v1
latestOpenAPI 3.0.32026-07-264469137.7 KBPayments
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"
]
}