Retrieve comprehensive asset information including metadata, market data, supply statistics, and detailed token information across all chains.
id (optional) — The asset ID (integer). Use this to query by asset ID directly.address (required if no id) — Token contract address. Must be used together with blockchain.blockchain (required if using address) — The blockchain identifier (e.g., evm:1, solana, ethereum)tokensLimit (optional) — Maximum number of tokens to return detailed data for. Default: 10, Max: 50.| Field | Type | Description |
|---|---|---|
id | number | Unique asset identifier |
name | string | Asset name |
symbol | string | Asset symbol/ticker |
logo | string | null | URL to the asset logo |
description | string | null | Asset description |
rank | number | null | Market cap rank (1 = highest) |
nativeChainId | string | null | Native chain ID if this is a native coin |
priceUSD | number | null | Current price in USD |
totalSupply | number | Total supply |
circulatingSupply | number | Circulating supply |
marketCapUSD | number | Market capitalization in USD |
marketCapDilutedUSD | number | Fully diluted market cap in USD |
athPriceDate | date | null | All-time high price date (fallback from tokens if null) |
athPriceUSD | number | null | All-time high price in USD (fallback from tokens if null) |
atlPriceDate | date | null | All-time low price date (fallback from tokens if null) |
atlPriceUSD | number | null | All-time low price in USD (fallback from tokens if null) |
isStablecoin | boolean | Whether the asset is a stablecoin |
createdAt | date | Asset creation date |
listedAt | date | null | Listing date (fallback from oldest token if null) |
socials | object | null | Social media links (twitter, website, github, etc.) |
tokens array contains the same fields as the Token Details endpoint, providing comprehensive on-chain data for each token contract associated with the asset.
| Field | Description |
|---|---|
tokensCount | Total number of tokens associated with this asset (may be more than returned based on tokensLimit) |
| Status Code | Description |
|---|---|
| 400 | Invalid parameters or missing required fields |
| 404 | Asset not found |
| 500 | Internal server error |
address and blockchain, the endpoint finds the asset associated with that token and returns data for the entire asset including all its tokens.tokensLimit parameter controls how many tokens get enriched with detailed trading data. Set a lower limit for faster responses.id (optional) — The asset ID. Either id OR address + blockchain must be provided.address (optional) — Token contract address. Must be used with blockchain.blockchain (optional) — The blockchain identifier. Required when using address.tokensLimit (optional) — Maximum number of tokens per asset. Default: 10, Max: 50.Asset ID. Either id or address + blockchain must be provided.
Token contract address. Must be used with blockchain.
Blockchain identifier (e.g., 'ethereum', 'solana'). Required when using address.
Maximum number of tokens to return detailed data for. Default: 10, Max: 100.
1 <= x <= 100If true, includes the hostname in the response.