This endpoint allows you to query all the supported coins with price, market cap, volume and market related data
ids
, names
, or symbols
instead of returning the whole list.category
param (refer to /coins/categories/list
for available categories).per_page
and page
params to manage the number of results you receive and navigate through the data.category
(highest) > ids
> names
> symbols
(lowest).name
, you need to URL-encode any spaces (e.g. “Binance Coin” becomes “Binance%20Coin”).include_tokens=all
param is exclusively for use with the symbols
lookup and is limited to maximum of 50 symbols per request.ids
, names
, symbols
).target currency of coins and market data
*refers to /simple/supported_vs_currencies
.
"usd"
coins' IDs, comma-separated if querying more than 1 coin.
*refers to /coins/list
.
coins' names, comma-separated if querying more than 1 coin.
coins' symbols, comma-separated if querying more than 1 coin.
for symbols
lookups, specify all
to include all matching tokens
Default top
returns top-ranked tokens (by market cap or volume)
top
, all
filter based on coins' category
*refers to /coins/categories/list
.
"layer-1"
sort result by field, default: market_cap_desc
market_cap_asc
, market_cap_desc
, volume_asc
, volume_desc
, id_asc
, id_desc
total results per page, default: 100 Valid values: 1...250
page through results, default: 1
include sparkline 7 days data, default: false
include price change percentage timeframe, comma-separated if query more than 1 price change percentage timeframe Valid values: 1h, 24h, 7d, 14d, 30d, 200d, 1y
language background, default: en
ar
, bg
, cs
, da
, de
, el
, en
, es
, fi
, fr
, he
, hi
, hr
, hu
, id
, it
, ja
, ko
, lt
, nl
, no
, pl
, pt
, ro
, ru
, sk
, sl
, sv
, th
, tr
, uk
, vi
, zh
, zh-tw
decimal place for currency price value
full
, 0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
, 16
, 17
, 18
List all coins with market data
The response is of type object
.