Gets a list of orders in reverse chronological order up to the provided limit number of orders per call.
Pagination is supported by passing the first order id from a previous call into ending_before to retrieve the
previous page, or the last order id from a previous call into starting_after to retrieve the next page.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If present, only returns orders belonging to the subaccount with given id.
Limits the number of orders returned, default is 20, max is 100
1 <= x <= 100If specified, returns orders submitted before (earlier than) the order with this id, exclusive (order with this id is not included). Only one of starting_after and ending_before can be specified.
If specified, returns orders submitted after (later than) the order with this id, exclusive (order with this id is not included). Only one of starting_after and ending_before can be specified.
List of orders