List assets
Lists custody assets that support inbound funding via on-chain deposit or spot-to-vault transfer. Withdraw-only assets are omitted.
Each entry includes the currency code, display metadata, network, and supported actions (deposit, withdraw, transfer_to_spot, transfer_to_vault, stake).
No authentication is required.
Rate limit: 200 requests per 30 seconds per IP.
Response
Custody assets available for inbound funding, with display metadata and supported actions.
Localized asset name (e.g. Bitcoin, Ethereum, US Dollar).
"Bitcoin"
Asset currency code (e.g. BTC, ETH, USD).
"BTC"
Asset class label, one of: currency, equity, nft, tokenized_asset, futures_contract.
"currency"
Visual symbol or glyph for the asset (e.g. $). Empty when the catalog has no glyph.
"₿"
Number of decimal places used to record amounts of the asset.
8
Number of decimal places shown when displaying amounts in a UI.
5
Whether the asset supports withdrawal.
true
Whether the asset supports deposit.
true
Whether the asset can be transferred from a custody vault to a spot account.
true
Whether the asset can be transferred from a spot account to a custody vault.
true
Whether the asset supports staking.
false
Localized asset name followed by the asset code in parentheses (e.g. Bitcoin (BTC)).
"Bitcoin (BTC)"
Blockchain network name (e.g. Bitcoin, Ethereum, Solana). Omitted for non-crypto assets.
"Bitcoin"