Skip to main content
Retrieve a list of limit orders associated with your account. By default, only 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

string
default:"open"
Filter orders by status. One of open, partial_filled, filled, canceled, or processing.
string
Filter by order side. Use bid for buy orders or ask for sell orders.
integer
Filter orders by market (outcome) ID.
integer
Filter orders by event ID.
string
Filter by a specific currency code. Maximum 4 characters (e.g., USDC, OOM).
string
Filter by currency mode. One of play_money or real_money.
string[]
Filter by one or more currency codes.
integer[]
Filter by one or more category IDs.
Full-text search query. Maximum 255 characters.
string
Field to sort results by. Prefix with - for descending order (e.g., -created_at).
integer
Number of results to return per page.
integer
Pagination offset. Number of results to skip before returning results.

Response

Returns a paginated list of limit order objects.
object
required
Pagination metadata for the result set.
object[]
required
Array of limit order objects.

Example

Sample response