User Orders
Trading
Get User Orders
Get all orders placed by the authenticated user for a specific market
GET
User Orders
Status filters
Ifstatuses is omitted, the API returns live orders.
Supported status filters: LIVE, MATCHED, CANCELED, UNMATCHED.
A taker rejected by self-trade prevention terminates as CANCELED (the placement response carries execution.reason: "STP_TAKER_REJECTED"); filter for it with CANCELED.Path Parameters
Query Parameters
Order status(es) to filter by. Defaults to [LIVE] if not provided
Available options:
LIVE, MATCHED, CANCELED, UNMATCHED Maximum number of orders to return
Required range:
x >= 1Example:
100
Response
200 - application/json
List of user orders for the market