curl --location --request GET 'https://open-api.coinank.com/api/bigOrder/queryOrderList?exchange=Binance&symbol=BTCUSDT&exchangeType=SWAP&amount=10000000&side=ask&isHistory=true&startTime=1745924221148&size=10' \
--header 'apikey;'
{"success":true,"code":"1","data":[{"exchangeName":"Binance","exchangeType":"SWAP","baseCoin":"BTC","side":"ask","symbol":"BTCUSDT","price":5.724E+4,"entrustAmount":175.443,"entrustTurnover":10042357.32000,"firstAmount":174.785,"firstTurnover":10004693.40000,"count":38,"turnoverAmount":10242182.16000,"turnoverNumber":178.934,"openTime":1725904939797,"closeTime":1725916425657,"on":false}]}