curl --location --request GET 'https://open-api.coinank.com/api/longshort/account?exchange=Binance&symbol=BTCUSDT&interval=1h&endTime=1725978872354&size=10' \ --header 'apikey;'
{ "success": true, "code": "string", "data": { "tss": [ 0 ], "longShortRatio": [ 0 ] } }