v1

latestSwagger 2.02026-07-172635179.1 KB
brokerage

Get Account Orders

Returns the Orders for the given accounts sorted descending, most recent order first.

Note: Intermediate order state changes are not available.

get/v2/accounts/{account_keys}/orders

Path parameters

account_keysstring[] required

1 to 25 account keys can be specified, comma separated. Recommended batch size is 10.

Query parameters

sincestring

Start Date from which to pull older orders. MM-DD-YYYY format. Limited to 90 days prior to the current date.

pageSizestring

Conveys the number of order items to return in the request. (Default page size is 600). Note that an empty set will be returned for a pageNum/pageSize combination that doesn't contain orders. Pagination applies to current and historical orders separately when a value for "since" is specified.

pageNumstring

Conveys the page number to return, given a set of orders and a page size. Note that an empty set will be returned for a pageNum/pageSize combination that doesn't contain orders.

Response

Account Orders Response