Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

User session token

Query Parameters

symbol
string | null
order_states
enum<string>[] | null

Optional comma-separated order state filter, e.g. FILLED,CANCELED,REPLACED

Available options:
PENDING,
ACCEPTED,
PARTIALLY_FILLED,
FILLED,
CANCELED,
REJECTED,
EXPIRED,
REPLACED,
DONE_FOR_DAY,
UNKNOWN
order_id
string | null

Optional single order ID filter, e.g. ORD-1234567890. Convenience alias for a one-element order_ids; combined with order_ids if both are set.

order_ids
string[] | null

Optional comma-separated order ID filter, e.g. ORD-1,ORD-2. Combined with order_id if both are set.

account_id
string | null

Optional account ID. If omitted, the user's default (primary) account is used.

Response

List of orders

Page metadata for cursor-paged responses.

This is intended for response bodies (not query params).

orders
object[]
required
limit
integer<int32> | null
Required range: x >= 0
next_cursor
string | null
total_count
integer<int64> | null
Required range: x >= 0