Skip to main content
GET
User Orders

Status filters

If statuses 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

statuses
enum<string>[]

Order status(es) to filter by. Defaults to [LIVE] if not provided

Available options:
LIVE,
MATCHED,
CANCELED,
UNMATCHED
limit
number

Maximum number of orders to return

Required range: x >= 1
Example:

100

Response

200 - application/json

List of user orders for the market

orders
object[]