Search the caller’s orders
Returns orders that match the provided filters. Results are always scoped to the authenticated client.
Standard list query params are also supported: fields, s,
filter, or, sort, join, limit, offset, page,
cache.
Authorizations
HMAC-SHA256 authentication. Sign every request and send X-API-KEY, X-API-SIGNATURE, X-API-TIMESTAMP and X-API-NONCE (see the Authentication guide). Each route also requires a specific claim on your API key (e.g. read:orders, write:orders, read:account, read:market-data).
Query Parameters
Repeat or comma-separate (e.g. ?product_ids=BTC-USD,ETH-USD).
Filter by status. Accepts repeated keys or comma-separated. Values are uppercased on transform.
CANCELLED, EXPIRED, FAILED, FILLED Filter by order type (LIMIT, MARKET, STOP_LIMIT). Omit to return all types.
LIMIT, MARKET, STOP_LIMIT "LIMIT"
Filter by order side.
BUY, SELL "BUY"
ISO 8601 timestamp (inclusive lower bound).
"2025-12-01T00:00:00Z"
ISO 8601 timestamp (inclusive upper bound, must be ≥ start_date).
"2025-12-09T23:59:59Z"
