Query the list of large pending orders based on conditions, and support querying real-time data and historical data.
Request
Query Params
exchange
string
required
Binance OKX Coinbase
Example:
Binance
symbol
string
required
Example:
BTCUSDT
exchangeType
string
required
SWAP SPOT FUTURES
Example:
SWAP
amount
string
required
min amount
Example:
10000000
side
string
required
ask:sell bid:buy
Example:
ask
isHistory
string
required
false : current true :history
Example:
true
startTime
string
required
Returns data before this timestamp
Example:
1745924221148
size
string
required
default 100 max 500
Example:
10
Header Params
apikey
string
required
Register and activate to obtain apikey
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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;'