Get basic information about current Crypto listings. For more information, see the official API Endpoint: https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest
aux_fields
Optional
Auxiliary Fields to return in the response. To get ALL the available fields, use:
num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc
tag
Optional
Tag of crypto to include. Valid options:
all
defi
filesharing
cryptocurrency_type
Optional
Type of crypto to return. Valid values:
all
coins
tokens
date
Optional
Only used for the historical
version of this endpoint. Provide a date in Unix or ISO 8601 format to get back the ending prices for that date.
limit
Optional
How many listings to return per API call. Max is 5000.
offset
Optional
Used for pagination, default starting position is 1
.
sort
Optional
What to sort by, default is market_cap
and options are below:
name
symbol
date_added
market_cap
market_cap_strict
price
market_cap_by_total_supply_strict
volume_7d
volume_30d
sort_dir
Optional
Direction to sort, possible values are:
asc
desc
latest_or_historical
Default latest
Whether to use the latest version of the endpoint: https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest or the historical version: https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsHistorical
IMPORTANT The historical version requires you setting the date
input and requires the CoinMarketCap Standard
or higher pricing plan. To use this, enter historical
here and make sure to set a date
entry!
Get basic information about current Crypto listings. For more information, see the official API Endpoint: https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyListingsLatest
/v1/cryptocurrency/listings/{{latest_or_historical}}
?limit={{ limit }}&start={{ offset }}&cryptocurrency_type={{ cryptocurrency_type }}&tag={{ tag }}&aux={{ aux_fields }}&sort={{ sort }}&sort_dir={{ sort_dir }}&date={{ date }}
Body
Headers
{{ api_key }}