get amount of the token held by cex address

get amount of the token held by cex address

Log in to see full request history

Sample Request

curl --request GET \ --url 'https://api.0xscope.com/v2/token/cexHolding?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum' \ --header 'API-KEY: your-api-key' \ --header 'accept: */*'

Sample Response

{ "code": 0, "data": [ { "timestamp": "2023-05-11", "holding": 913175381.854418, "cex_name": "Binance" }, { "timestamp": "2023-05-11", "holding": 245650822.46487698, "cex_name": "Crypto.com" }, { "timestamp": "2023-05-11", "holding": 202942366.146464, "cex_name": "Coinbase" }, { "timestamp": "2023-05-11", "holding": 135018254.179354, "cex_name": "Kraken" }, { "timestamp": "2023-05-11", "holding": 112903535.456743, "cex_name": "OKX" }, { "timestamp": "2023-05-11", "holding": 97311119.55940899, "cex_name": "bitget" }, { "timestamp": "2023-05-11", "holding": 48347580.74227, "cex_name": "Kucoin" }, { "timestamp": "2023-05-11", "holding": 37458441.948800996, "cex_name": "Deribit" }, { "timestamp": "2023-05-11", "holding": 31103028.375804998, "cex_name": "Bybit" }, { "timestamp": "2023-05-11", "holding": 25883573.958800003, "cex_name": "Bitfinex" } ], "uuid": 1656863210965696500 }
Query Params
string
required
Defaults to 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
string
required
Defaults to ethereum

specific the network

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*