v1

latestOpenAPI 3.0.02026-07-24374582.1 KB
Accounts

Get Account Orders

Get current market session orders for an account.

get/v1/accounts/{account_id}/orders

Path parameters

account_idstring required

ID of the account

Query parameters

statusstring

A sing or list of order statuses to be filtered for. Can be one or more of: pending,open,partially_filled,filled,rejected,expired,canceled

limitinteger

Maximum number of order to be returned, 25 is defualt but you can set a high number such as 1000 to retrieve all your orders from this market session in one call

pageinteger

Page number for pagination which is only useful for very large numbers of order broken into pages for faster retrieval

includeTagsboolean

Include user-defined tags in response

Headers

Accept'application/json' required

Response format

Response

Account orders information