Metacore
Get All Cryptocurrencies
GET
/
all
Due to heavy data load, the docs might crash on your computer if you try this endpoint in the playground. Try running it on a codebase, Postman, or your browser instead.
Query details
The fields query parameter allows you to specify which fields you want to receive:
id
- the cryptocurrency IDsymbol
- the cryptocurrency symbolname
- the cryptocurrency namelogo
- the cryptocurrency logo image URLprice
- the current price of the cryptocurrencyprice_change_1h
- the price change in the last 1 hourprice_change_24h
- the price change in the last 24 hoursprice_change_7d
- the price change in the last 7 daysprice_change_30d
- the price change in the last 30 daysprice_change_1y
- the price change in the last 1 yearmarket_cap
- the market cap of the cryptocurrencyliquidity
- the liquidity of the cryptocurrencycontracts
- the contracts of the cryptocurrencyblockchains
- the blockchains of the cryptocurrencychat
- the chat URL of the cryptocurrencytwitter
- the Twitter URL of the cryptocurrencywebsite
- the website URL of the cryptocurrencyrank
- the rank of the cryptocurrency
Fields are comma-separated. For market data usage, please note that /all endpoint caches data for 1 hour - if you want real-time data, use market/multi-data or market/data endpoints.
Query Parameters
fields
string
Extra fields needed
Response
200 - application/json
data
object[]