---
title: "Get Supported Assets"
method: GET
path: "/v2/wallets/{id}/withdraw/fiat/assets"
tags: ["Withdraw Fiat V2"]
---

# Get Supported Assets

`GET /v2/wallets/{id}/withdraw/fiat/assets`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `provider` string

## Response `200`

Successful response.

- FiatAssetListResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` FiatAsset[], required
    - `id` string, uuid, required — Unique asset identifier.
    - `name` string, required — Asset name.
    - `symbol` string, required — Asset symbol.
    - `decimals` integer, required — Number of on-chain decimal places.
    - `address` string, nullable — Token contract address; null for native assets.
    - `standard` string, nullable — Token standard.
    - `currency` string, nullable — Reference currency.
    - `isActive` boolean, required — Whether the asset is active.
    - `network` string, required — Blockchain network.
    - `isNative` boolean, required — Whether this is the blockchain native asset.

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
