open orders are returned. Use the query parameters to filter by market, event, currency mode, status, or order side.
Endpoint
Authentication
This endpoint requires HMAC authentication. Include the
Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.Request
Filter orders by status. One of
open, partial_filled, filled, canceled, or processing.Filter by order side. Use
bid for buy orders or ask for sell orders.Filter orders by market (outcome) ID.
Filter orders by event ID.
Filter by a specific currency code. Maximum 4 characters (e.g.,
USDC, OOM).Filter by currency mode. One of
play_money or real_money.Filter by one or more currency codes.
Filter by one or more category IDs.
Full-text search query. Maximum 255 characters.
Field to sort results by. Prefix with
- for descending order (e.g., -created_at).Number of results to return per page.
Pagination offset. Number of results to skip before returning results.
Response
Returns a paginated list of limit order objects.Total number of orders matching the query.
URL for the next page of results.
null if there are no more pages.URL for the previous page of results.
null if on the first page.Array of limit order objects.
Example
Sample response