Skip to content

List resting orders (level 3)

GET
/markets/{market_id}/orderbook/orders

Individual resting orders in the book (level-3), best-priced first.

Parameters

Path Parameters

market_id*
Type
integer
Required
Format
"int32"

Query Parameters

market_type

perp or spot. Defaults to perp.

Type
string
Valid values
"perp""spot"
Default
"perp"
side

Restrict to one side.

Type
string
Valid values
"bid""ask"
limit

Max items to return.

Type
integer
Default
100
Maximum
1000

Responses

Resting orders.

application/json
JSON
[
  
{
  
  
"order_id": "string",
  
  
"client_order_id": "1000000",
  
  
"address": "string",
  
  
"subaccount_id": 0,
  
  
"is_bid": true,
  
  
"price": "1000000",
  
  
"quantity_left": "1000000",
  
  
"total_quantity": "1000000"
  
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI