6b7d8bd51050
Get order history
Returns persisted order history for the resolved account, newest first. Use fromOrderID for backward cursor pagination. Public account selectors do not require authentication; sub_account_id and the no-selector caller context do. Selector precedence is account_id, vault_id, blockchain address, then authenticated caller/subaccount.
Query parameters
Filter by trading pair symbol
Filter by order side
Filter by order type: market, limit, stop, stop_limit, take_profit, take_profit_limit, trailing_stop_market
Filter by order status integer: 1=pending, 2=open, 3=filled, 4=canceled, 5=untriggered, 6=rejected, 7=expired.
Filter by specific order ID
Filter orders created by the specified internal strategy service.
Start time filter (Unix ms)
End time filter (Unix ms)
Maximum number of results. Clamped to 1000.
Backward cursor: return orders with ID less than this value, newest first.
Public account lookup by UUID. Takes precedence over every other account selector.
Select an active subaccount owned by the authenticated master account. Requires JWT or API-wallet authentication and is used only when account_id, vault_id, and blockchain_address are absent.
Public vault lookup. Resolves the vault's trading account; ignored when account_id is present.
Blockchain used with blockchain_address for a direct lookup. If omitted, the server infers or searches supported chains.
Public wallet-address lookup (maximum 512 bytes).
Response
Order history