v1
latestOpenAPI 3.0.32026-07-26184851.6 MBDeposit Fiat
Get Supported Currencies
get/v1/wallets/{id}/deposit/fiat/currencies
Path parameters
idstring uuid required
Wallet identifier.
Query parameters
assetIdstring uuid required
Stablecoin asset identifier returned by the supported-assets endpoint.
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": "₦"
}
]
}