Type of asset: "BLOCKCHAIN" for a chain's native asset (e.g. BTC, ETH) or "TOKEN" for a
token deployed on one or more blockchains (see blockchains). Typed as a plain string, not an
enum, so a new asset type the API adds does not fail validation.
Blockchain information for this asset
Optionalcategories?: string[]Data categories available for this asset (e.g. ["exchanges", "on-chain", "spot"]).
Open-ended strings, not an enum. Optional: undefined when the API omits the field.
Optionaldefault_network?: stringThe network a token's data is served for by default, e.g. "eth", "sol" or "ton". An
empty string "" for native assets (asset_type "BLOCKCHAIN", e.g. BTC and ETH) and some
tokens. Optional: undefined when the API omits the field.
External identifiers for this asset
Asset identifier
Optionallogo_url?: stringURL of the asset's logo image. Optional: undefined when the API omits the field.
Asset name (e.g., "Bitcoin", "Ethereum")
Optionalsemantic_tags?: string[]Descriptive tags for the asset (e.g. ["layer1Token", "proofOfWork"]); may be empty.
Open-ended strings, not an enum. Optional: undefined when the API omits the field.
Asset symbol (e.g., "BTC", "ETH")
Asset metadata response type