---
title: "Identity + settlement disclosure for one pair (v2)"
method: GET
path: "/v2/pairs/{market_id}/settlement"
tags: ["data"]
---

# Identity + settlement disclosure for one pair (v2)

`GET /v2/pairs/{market_id}/settlement`

Thin identity + settlement view of one pair: `{id, slug, title, status, settlement}`.

Accepts `dino_<uuid>`, a bare UUID, or a persisted poly_slug. Never fetches Centrifugo history or
prices — settlement is pull-only, static fine print (§4 API_SHAPE_v2.md), so this endpoint skips
the price join GET /v2/pairs/{market_id} does. `settlement` carries only the agree/diverge verdict,
never the raw per-venue Kalshi winner (M8/§9.4) — same guarantee as the parent detail endpoint,
inherited from the same to_market() serializer.

## Path parameters

- `market_id` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid API key
- `402` — Subscription inactive
- `404` — Pair not found
- `422` — Validation Error
- `429` — Rate limit exceeded
- `503` — Auth admission gate full (transient) — retry shortly, see retry_after

---

[API](https://skmtc.net/dino/apis/dino-markets-api.md) · [All operations](https://skmtc.net/dino/apis/dino-markets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dino/dino-markets-api/revisions/8cbe8774824f/schema)
