curl --location --request GET 'https://open-api.coinank.com/api/trades/count?productType=SWAP&sortBy=&sortType' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"m5Count": 0,
"m15Count": 0,
"m30Count": 0,
"h1Count": 0,
"h2Count": 0,
"h4Count": 0,
"h6Count": 0,
"h8Count": 0,
"h12Count": 0,
"d1Count": 0,
"d7Count": 0,
"ts": 0
}
],
"pagination": {
"current": 0,
"total": 0,
"pageSize": 0
}
}
}