---
title: "Get Order Queue Position"
method: GET
path: "/v1/orders/{order_id}/queue-position"
tags: ["orders"]
---

# Get Order Queue Position

`GET /v1/orders/{order_id}/queue-position`

Get the best (minimum) queue position across all exchange orders backing this river order.

Currently supported only for Kalshi-backed orders.

## Path parameters

- `order_id` string, uuid, required

## Response `200`

Successful Response

- OrderQueuePositionResponse — Schema for the queue-position response of an order.
  - `river_order_id` string, uuid, required — River order identifier
  - `exchange_order_id` string, required — Exchange order ID with the best (minimum) queue priority
  - `queue_position` number, required — Number of preceding shares in the queue ahead of this order (lower is better priority)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivermarkets/apis/river-finance-api.md) · [All operations](https://skmtc.net/rivermarkets/apis/river-finance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivermarkets/river-finance-api/versions/0f4eceac44fb/schema)
