---
title: "Get outcome token holders"
method: GET
path: "/api/v1/market-data/holders"
tags: ["get-outcome-token-holders"]
---

# Get outcome token holders

`GET /api/v1/market-data/holders`

Returns a paginated list of all token holders for a single outcome of a given market, excluding the treasury address. For finalised markets, this also includes positions held at the time of resolution. Both `market` and `token_id` are required.

## Query parameters

- `market` string, required
- `token_id` string, required
- `limit` integer
- `offset` integer

## Response `200`

OK

- FtMarketServiceV2PkgApiPaginatedResponseInternalHandlerHolderEntry
  - `data` InternalHandlerHolderEntry[]
    - `amount` number
    - `avgPrice` number
    - `currentPrice` number
    - `heldQuantity` number
    - `mintedQuantity` number
    - `outcomeName` string
    - `outcomeSymbol` string
    - `payout` number
    - `realizedPnl` number
    - `unrealizedPnl` number
    - `userAddress` string
  - `pagination` FtMarketServiceV2PkgApiPagination
    - `hasMore` boolean
    - `totalResults` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/42/apis/fortytwo-read-api.md) · [All operations](https://skmtc.dev/42/apis/fortytwo-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/42/fortytwo-read-api/revisions/660740bda403/schema)
