List User Assets
List assets available on the platform.
The response includes each asset’s symbol, type, display metadata, market data, and per-action availability. Use the optional filters to narrow the list by asset type or by whether an asset is enabled for swap trading, withdrawals, or deposits.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
User Iiban
"AA07 N84G DLNK DA3I"
Query Parameters
Filter assets by classification. Repeat the parameter to filter on multiple types.
4fiat, crypto, stablecoin, xstock Filter to assets that are currently enabled for swap trading. Omit to ignore this dimension.
Filter to assets that are currently enabled for withdrawal. Omit to ignore this dimension.
Filter to assets that are currently enabled for deposit. Omit to ignore this dimension.
Field to sort the results by. Use sort_direction to control ascending vs descending. Defaults to market_cap_rank (largest assets first when paired with asc).
trending_rank, market_cap_rank, market_cap, price, volume.last_24h, price_change_percent.last_1h, price_change_percent.last_24h, price_change_percent.last_7d, price_change_percent.last_30d, price_change_percent.last_1y, symbol, name, listing_date Direction of the sort. Use asc for natural ascending order (rank 1 first, oldest first, lowest first); desc for the inverse.
asc, desc Maximum number of results to return on a single page. Defaults to 20, maximum 100.
1 <= x <= 25Opaque page token returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 256Ticker symbol of the fiat quote asset to use for valuations (e.g. USD, EUR). Defaults to USD.
3 - 16"USD"
Classification of the quote asset. Currently only fiat is supported.
fiat Response
Response
The list of matching assets.
Quote asset symbol the prices are denominated in (resolved, defaults to USD).
"USD"
Classification of the quote asset (resolved, defaults to fiat).
fiat Maximum number of results to return on a single page. Defaults to 20, maximum 100.
Field the results were sorted by (resolved, defaults to market_cap_rank).
trending_rank, market_cap_rank, market_cap, price, volume.last_24h, price_change_percent.last_1h, price_change_percent.last_24h, price_change_percent.last_7d, price_change_percent.last_30d, price_change_percent.last_1y, symbol, name, listing_date Direction the results were sorted in (resolved, defaults to asc).
asc, desc Asset classifications the listing was filtered to. Empty when no type filter was applied.
fiat, crypto, stablecoin, xstock Swap-trading filter that was applied, echoed back. Absent when not filtered.
Withdrawal filter that was applied, echoed back. Absent when not filtered.
Deposit filter that was applied, echoed back. Absent when not filtered.
Opaque token for the next page of results. Absent when there are no more pages.
1 - 256