For the complete documentation index, see llms.txt. This page is also available as Markdown.

Market Top Holders

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Returns a current, point-in-time snapshot of a market's largest holders — there is no date-range parameter or historical look-back, and positions reflect within the standard live latency.

Get Prediction Market Top Holders

post

Get the largest position holders for a Polymarket prediction market. Positions are computed from on-chain ERC-1155 token transfers on Polygon, with SAFE proxy wallet resolution to identify actual users.

What it helps to answer:

  1. Who are the biggest holders in this prediction market?

  2. What are the position sizes and entry prices of top holders?

  3. What is the unrealized PnL of major positions?

  4. Are whales positioned Yes or No?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for top holders endpoint.

market_idstring · min: 1 · max: 100Required

Polymarket market ID

Example: 654412
order_byany ofOptional

Sort order

Example: [{"direction":"DESC","field":"position_size"}]
sortany ofOptionalDeprecated

Deprecated: use 'order_by' instead.

Responses
200

Top holder data

application/json
post/api/v1/prediction-market/top-holders

Last updated

Was this helpful?