Order Book Data
This method returns all order book positions for a specific pair within the selected direction (buy or sell) and with pagination.
Details
Query Parameters
Name
Type
Description
Example
Name
Type
Description
{
"code": 200,
"success": true,
"message": "",
"result": {
"offset": 0,
"limit": 5,
"total": 302,
"orders": [
{
"id": 19164608956,
"market": "BTC_USDT",
"price": "63363.0615556",
"amount": "0.450231",
"left": "0.450231",
"type": "limit",
"side": "sell",
"timestamp": 1726835765.636000,
"takerFee": "0",
"makerFee": "0",
"dealStock": "0",
"dealMoney": "0"
},
...
]
}
}With Authentication
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example
Last updated