Large Limit Order (Plan3)
Query the list of large pending orders based on conditions, and support querying real-time data and historical data.
Request Code Samples
curl --location -g --request GET 'https://open-api.coinank.com/api/bigOrder/queryOrderList?exchange=Binance&symbol=BTCUSDT&exchangeType=SWAP&amount=10000000&side=ask&isHistory=true&startTime={{$date.millisecondsTimestamp}}&size=10' \
--header 'apikey: '
Responses
application/json {"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}]}
Modified at 2026-03-12 07:23:35