REST API

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=.

FieldTypeDescription
circulating_supplyfloatCirculating supply.
total_supplyfloatTotal supply issued.
max_supplyfloat | nullCap, when the asset has one.
pricefloatThe reference price used for the computation.
market_capfloatCapitalisation, derived on demand (supply multiplied by the price), never taken as is from a third-party source.
fdvfloat | nullFully 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
FieldTypeDescription
total_market_cap_usdfloatCapitalisation of the whole market.
total_volume_usdfloatVolume traded over 24 h.
btc_dominance / eth_dominancefloatShare of the two major assets.
others_dominancefloat | nullThe rest, derived: 100 minus the two. null if one of the two is missing.
active_cryptocurrenciesintegerNumber of assets listed.