List Orders
The orders of the merchant's members, with filters — including a direct lookup by client_order_id.
GET
/api/ordersAuth: RequiredQuery Parameters
client_order_idstringFilter by client_order_id.
member_idnumberFilter by member_id.
marketstringFilter by market.
sidestringFilter by side.
statestringFilter by state.
pagenumberPage number. Default 1.
per_pagenumberItems per page. Default 20, maximum 1000.
In progress
The response fields for this endpoint are still being written up. Until then, the Swagger UI lets you run the call and see the actual response.
Paginated
This list returns an envelope — total_count, per_page, total_pages, page,
prev_page, next_page and items — not a bare array. See
API Conventions.