List 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.
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 <= 100Opaque 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.
Ticker symbol of an asset (e.g. BTC, USDC, EUR).
3 - 16"BTC"
Classification of the quote asset. Currently only fiat is supported.
fiat