curl --location --request GET 'https://open-api.coinank.com/api/instruments/priceRank?sortBy=&sortType' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"coinImage": "string",
"price": 0,
"priceChangeH24": 0,
"priceChangeM5": 0,
"priceChangeM15": 0,
"priceChangeM30": 0,
"priceChangeH1": 0,
"priceChangeH2": 0,
"priceChangeH4": 0,
"priceChangeH6": 0,
"priceChangeH8": 0,
"priceChangeH12": 0,
"symbol": "string",
"exchangeName": "string",
"supportSpot": true,
"supportContract": true,
"follow": true
}
],
"pagination": {
"current": 0,
"total": 0,
"pageSize": 0
}
}
}