---
title: "Settlement price for a single market"
method: GET
path: "/markets/settlement-price"
tags: ["Markets"]
---

# Settlement price for a single market

`GET /markets/settlement-price`

Returns the settlement price and the underlying spot TWAP used to compute it. The market must have already settled; otherwise returns 404.

## Query parameters

- `market` string, required

## Response `200`

OK

- ResponsesMarketSettlementResp
  - `expiry_at` integer — Scheduled expiry (unix ms); settlement is computed at or shortly after this time
  - `settlement_price` string — Option payoff for option markets; spot TWAP for perp/future
  - `symbol` string
  - `underlying_twap_price` string — 30-min spot TWAP at expiry

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
