curl --location --request GET 'https://open-api.coinank.com/api/instruments/volumeRank?sortBy=&sortType=' \
--header 'apikey;'
{
"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
}
}
}