v1
latestOpenAPI 3.0.32026-07-26184851.6 MBWithdraw Fiat V2
Get Supported Currencies
get/v2/wallets/{id}/withdraw/fiat/currencies
Path parameters
idstring uuid required
Wallet identifier.
Query parameters
providerstring
Optional provider slug. Omit it to let Blockradar select an eligible provider.
Response
Successful response.
Example response
{
"statusCode": 200,
"message": "Supported currencies fetched successfully",
"data": [
{
"code": "NGN",
"name": "Nigerian Naira",
"shortName": "Naira",
"decimals": 2,
"symbol": "₦"
}
]
}