---
title: "Get open orders"
method: GET
path: "/v1/orders/open"
tags: ["Orders"]
---

# Get open orders

`GET /v1/orders/open`

Query resting orders from on-chain state.

## Query parameters

- `market_id` string, uint64
- `account` string
- `start_index` string, uint64
- `limit` string, uint64
- `order_ids` string[]

## Response `200`

A successful response.

- ApiGetOpenOrdersResponse
  - `orders` ApiOpenOrder[]
    - `order_id` string
    - `wide_order_id` string, uint64
    - `resting_order_id` string, uint64
    - `market_id` integer
    - `account` string
    - `side` integer
    - `size_steps` integer
    - `price_ticks` integer
    - `order_type` integer
    - `time_in_force` integer
    - `post_only` boolean
    - `reduce_only` boolean
  - `market_id` string, uint64
  - `account` string
  - `total_orders` string, uint64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/versions/194af8339c0d/schema)
