Blockchains and Assets
Understand ChartInspect networks, native assets, hosted tokens, discovery, freshness, and metric coverage.
The additive V1 API currently exposes 71 supported assets across native networks and hosted tokens. The six assets available before this release remain supported without changing their IDs. Every asset has one exact id used as the API's chain parameter.
Examples:
| Asset type | Example | API chain value |
|---|---|---|
| Native network asset | Bitcoin | bitcoin |
| Native network asset | TRON | trx |
| Ethereum ERC-20 | Chainlink | chainlink |
| TRON TRC-20 | A TRON-hosted token | Its distinct discovery ID |
| Solana SPL | A Solana-hosted token | Its distinct discovery ID |
Do not infer an ID from a ticker. Same-named assets on different networks remain distinct.
#Live Asset Inventory
curl "https://chartinspect.com/api/v1/chains"The response reports each asset's network, asset type, token standard, current metric count, dataThrough, manifest generation time, and discovery links.
#Metric Coverage
Metric availability is per asset. A concept published for Bitcoin is not automatically valid for a proof-of-stake network or hosted token.
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/onchain/status?chain=chainlink"Use the returned metric IDs and fields. The All Metrics page shows generated cross-asset coverage, while the Full Endpoint Reference shows parameters and fields.
#Freshness and Resolution
Use dataThrough, not lastUpdated, to determine how far an asset's data extends. lastUpdated is a compatibility alias for manifest generation time.
Resolution coverage is also per asset and metric. Check Data Resolutions before requesting dataResolution; unavailable pairs return 404 rather than falling back to daily data.
#Native Network Guides
- Bitcoin
- Ethereum
- Solana
- XRP Ledger
- Hyperliquid
- Cardano
- Dogecoin
- Litecoin
- TRON
- Chainlink, an Ethereum-hosted asset guide