v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Withdraw Fiat V2

Get Supported Assets

get/v2/wallets/{id}/withdraw/fiat/assets

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.

statusCodeinteger required
messagestring required

Human-readable result.

Example response

{
  "statusCode": 200,
  "message": "Supported assets fetched successfully",
  "data": [
    {
      "id": "ae455f23-3824-4125-baab-d158315cbcbd",
      "name": "USD Coin",
      "symbol": "USDC",
      "decimals": 6,
      "address": "0xA0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
      "standard": "ERC20",
      "currency": "USD",
      "isActive": true,
      "network": "mainnet"
    }
  ]
}