v1
latestOpenAPI 3.0.32026-07-26184851.6 MBWithdraw Fiat V2
Get Exchange Rates
get/v2/wallets/{id}/withdraw/fiat/rates
Path parameters
idstring uuid required
Wallet identifier.
Query parameters
assetIdstring uuid required
Stablecoin asset identifier returned by the supported-assets endpoint.
currencystring required
ISO 4217 fiat currency code.
amountstring required
Decimal amount encoded as a string to preserve precision.
providerstring
Optional provider slug. Omit it to let Blockradar select an eligible provider.
Response
Successful response.
Example response
{
"statusCode": 200,
"message": "Exchange rate fetched successfully",
"data": {
"rate": "1550.00",
"amount": "100.00",
"unlocked": true
}
}