Skip to main content
POST
GetOrders

Authorizations

Authorization
string
header
required

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

Headers

Connect-Protocol-Version
enum<number>
default:1
required

Define the version of the Connect protocol. If omitted, use 1.

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json

Request for listing order records owned by a wallet.

address
string

Wallet address used to filter orders. The server trims surrounding whitespace and matches addresses case-insensitively.

market
market_id · object

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.

Response

200 - application/json

Success

Response containing the matching order records.

orders
Order · object[]

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.