Skip to main content
GET
List assets

Response

Custody assets available for inbound funding, with display metadata and supported actions.

name
string
required

Localized asset name (e.g. Bitcoin, Ethereum, US Dollar).

Example:

"Bitcoin"

asset
string
required

Asset currency code (e.g. BTC, ETH, USD).

Example:

"BTC"

asset_class
string
required

Asset class label, one of: currency, equity, nft, tokenized_asset, futures_contract.

Example:

"currency"

symbol
string
required

Visual symbol or glyph for the asset (e.g. $). Empty when the catalog has no glyph.

Example:

"₿"

decimals
integer<int32>
required

Number of decimal places used to record amounts of the asset.

Example:

8

display_decimals
integer<int32>
required

Number of decimal places shown when displaying amounts in a UI.

Example:

5

withdraw
boolean
required

Whether the asset supports withdrawal.

Example:

true

deposit
boolean
required

Whether the asset supports deposit.

Example:

true

transfer_to_spot
boolean
required

Whether the asset can be transferred from a custody vault to a spot account.

Example:

true

transfer_to_vault
boolean
required

Whether the asset can be transferred from a spot account to a custody vault.

Example:

true

stake
boolean
required

Whether the asset supports staking.

Example:

false

full_name
string
required

Localized asset name followed by the asset code in parentheses (e.g. Bitcoin (BTC)).

Example:

"Bitcoin (BTC)"

network
string

Blockchain network name (e.g. Bitcoin, Ethereum, Solana). Omitted for non-crypto assets.

Example:

"Bitcoin"