Trading

User Orders

Get all orders placed by the authenticated user for a specific market

get/markets/{slug}/user-orders

Path parameters

slugstring required
Example:presidential-election-2024

Market slug identifier

Query parameters

statusesstring[]

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

limitnumber
Example:100

Maximum number of orders to return

Response

List of user orders for the market

Example response

{
  "orders": [
    {
      "id": "12345",
      "side": "BUY",
      "price": "0.75",
      "quantity": "100",
      "status": "LIVE"
    }
  ]
}

Changes

Changed in 2 of the 32 revisions of this API.3

    • added the enum value CANCELED to the property items/ of the query request parameter statuses

      request-parameter-property-enum-value-added

    • added the enum value UNMATCHED to the property items/ of the query request parameter statuses

      request-parameter-property-enum-value-added

    • the endpoint scheme security limitless_session was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog