GetOrders
Returns the latest stored state of each order associated with address,
optionally filtered to one market. Results include position-opening and
reduce-only orders across active and terminal statuses. This endpoint
does not return order lifecycle events or individual fills.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Define the version of the Connect protocol. If omitted, use 1.
1 Define the timeout, in ms
Body
Request for listing order records owned by a wallet.
Wallet address used to filter orders. The server trims surrounding whitespace and matches addresses case-insensitively.
Optional market filter.
Omit this field to query all markets. Set either a nonzero market_id or
a market_symbol. An empty selector, a zero market ID, or an empty asset
or quote symbol returns INVALID_ARGUMENT.
- market_id
- market_symbol
Response
Success
Response containing the matching order records.
Orders matching the wallet and optional market filter.
Includes active and terminal order statuses and is ordered by timestamp
descending, newest first. No pagination or result limit is applied. The
result is empty when no orders match.