Orders
Get orders for an account by ID
Returns a list of all orders for the account specified by its ID.
get/accounts/{account_id}/orders
Query parameters
order'ASC' | 'DESC'
Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
account_group_idstring uuid
Account group unique identifier.
user_idstring uuid
User unique identifier.
status'NEW' | 'PROCESSING' | 'FILLED' | 'CANCELLED'
The execution status of the order.
- NEW -
- PROCESSING -
- FILLED -
- CANCELLED -
date_created_fromstring date-time
date range from
date_created_tostring date-time
date range to
offsetinteger
Use the offset argument to specify where in the list of results to start when returning items for a particular query.
limitinteger
Use the limit argument to specify the maximum number of items returned.
Response
OK