3. Get Exchanges & NFT Data
You can get Exchange and NFT data just like how you get the coins data:
- Get the ID (exchange or NFT) from /list endpoint
- Use the ID to query latest or historical market data
Type | Coins | NFTs | Exchanges | Derivatives |
---|---|---|---|---|
Get Full List with IDs | /coins/list | /nfts/list | /exchanges/list | /derivatives/exchanges/list |
Get latest market data | /coins/{id} | /nfts/{id} | /exchanges/{id} | /derivatives/exchanges/{id} |
Get Historical Data | /coins/{id}/market_chart | /nfts/{id}/market_chart | /exchanges/{id} /volume_chart | /exchanges/{id}/volume_chart |
Updated 10 months ago