Skip to main content
GET
Get Open & Closed Orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sub_account_address
string
required
symbol
null | string

Symbol name

Example:

"BTC-USDCx"

order_id
null | string<uuid>

Order ID

order_link_id
null | string

User customised order ID

open_only
boolean
  • true (default): query open status orders (New or PartiallyFilled).
  • false: query a maximum of recent 500 closed status orders (Cancelled, Rejected, Filled).
order_filter
null | any
limit
integer<int32> | null
Required range: x >= 0
cursor
string | null

Response

200 - application/json

Orders

Response for order list and order history requests.

list
object[]
required
next_page_cursor
string
required