---
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-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.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
