VolumeChg Ranking (Plan2)
Return to trading volume change ranking list
Request Code Samples
curl --location --request GET 'https://open-api.coinank.com/api/instruments/volumeRank?sortBy=&sortType=' \
--header 'apikey: '
Responses
application/json {
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"coinImage": "string",
"price": 0,
"turnover24h": 0,
"turnoverChg24h": 0,
"turnoverChg4h": 0,
"turnoverChg1h": 0,
"turnoverChg30m": 0,
"turnoverChg15m": 0,
"symbol": "string",
"exchangeName": "string",
"supportSpot": true,
"supportContract": true,
"follow": true
}
],
"pagination": {
"current": 0,
"total": 0,
"pageSize": 0
}
}
}
Modified at 2025-12-19 07:50:06