curl --location --request GET 'https://open-api.coinank.com/api/fund/fundReal?productType=SPOT&sortBy=h1net&sortType=desc&size=1000&page=1' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"type": "string",
"productType": "string",
"lastUpdateTime": 0,
"m5net": 0,
"m15net": 0,
"m30net": 0,
"h1net": 0,
"h2net": 0,
"h4net": 0,
"h6net": 0,
"h8net": 0,
"h12net": 0,
"d1net": 0,
"d3net": 0,
"d2net": 0,
"d5net": 0,
"d7net": 0,
"d15net": 0,
"d30net": 0,
"marketCap": 0
}
],
"pagination": {}
}
}