curl --location --request GET 'https://open-api.coinank.com/api/indicator/getMovingAvgHeatmap' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"ma1440IpList": [
0
],
"timeList": [
0
],
"ma1440List": [
0
],
"priceList": [
0
]
}
}