curl --location --request GET 'https://open-api.coinank.com/api/kline/lists?symbol=BTCUSDT&exchange=Binance&interval=5m&endTime=1730087252496&size=10&productType=SWAP' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": [
[
0
]
]
}