---
title: "Get product mid price"
method: GET
path: "/v1/products/mid-price/{productSymbol}"
---

# Get product mid price

`GET /v1/products/mid-price/{productSymbol}`

Returns the mid price of the order book for a specified product.

## Path parameters

- `productSymbol` string, required

## Response `200`

200

- object
  - `price` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/citrex/apis/citrex-rest.md) · [All operations](https://skmtc.net/citrex/apis/citrex-rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citrex/citrex-rest/revisions/dc679443a47d/schema)
