Tokenomics
The supply of each asset and what follows from it, market cap and fully diluted valuation, plus the state of the whole market. Tokenomics takes a ?symbol=; the global market does not.
#Tokenomics and global market
GET/v1/tokenomicsdata_type · tokenomics
GET/v1/tokenomics/historydata_type · tokenomics_history
The supply of the asset and what follows from it. It is the only family on this page that takes a ?symbol=.
| Field | Type | Description |
|---|---|---|
circulating_supply | float | Circulating supply. |
total_supply | float | Total supply issued. |
max_supply | float | null | Cap, when the asset has one. |
price | float | The reference price used for the computation. |
market_cap | float | Capitalisation, derived on demand (supply multiplied by the price), never taken as is from a third-party source. |
fdv | float | null | Fully diluted valuation. Computed on the total supply when there is no cap; null on a stablecoin. |
GET/v1/globaldata_type · global_market
GET/v1/global/historydata_type · global_market_history
| Field | Type | Description |
|---|---|---|
total_market_cap_usd | float | Capitalisation of the whole market. |
total_volume_usd | float | Volume traded over 24 h. |
btc_dominance / eth_dominance | float | Share of the two major assets. |
others_dominance | float | null | The rest, derived: 100 minus the two. null if one of the two is missing. |
active_cryptocurrencies | integer | Number of assets listed. |