---
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

---

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