Skip to main content
GET
List Orders

Query Parameters

status
enum<string> | null

Filter by order status

Available options:
PENDING_SUBMISSION,
RESTING,
EXECUTED,
CANCELLED,
REJECTED,
EXPIRED,
PARTIALLY_FILLED,
PROCESSING
centos_id
integer | null

Filter by instrument ID

custom_asset_id
string<uuid> | null

Filter by custom asset ID

subaccount_id
string<uuid> | null

Filter to a specific subaccount

buy_flag
boolean | null

Filter by direction: true=buys, false=sells

limit
integer
default:100

Results per page (max 1000)

Required range: 1 <= x <= 1000
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

Successful Response

Schema for list of orders.

orders
OrderResponse · object[]
required

List of orders matching the query

count
integer
required

Total count of matching orders (for pagination)