---
title: "User Orders"
method: GET
path: "/markets/{slug}/user-orders"
tags: ["Trading"]
---

# User Orders

`GET /markets/{slug}/user-orders`

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

## Path parameters

- `slug` string, required

## Query parameters

- `statuses` string[]
- `limit` number

## Response `200`

List of user orders for the market

- object
  - `orders` object[]
    - `id` string
    - `side` string
    - `price` string
    - `quantity` string
    - `status` string

## Changes

- **2026-06-10** `13f1d7979a96` — 2 info
  - added the enum value `CANCELED` to the property `items/` of the `query` request parameter `statuses`
  - added the enum value `UNMATCHED` to the property `items/` of the `query` request parameter `statuses`
- **2026-03-09** `57db5c3f80ff` — 1 info
  - the endpoint scheme security `limitless_session` was removed from the API

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/markets/:slug/user-orders/get.md)

---

[API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
