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

Market Position Details

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 each holder's positions — there is no date-range parameter or historical look-back, and values reflect within the standard live latency.

Get Prediction Market Position Detail

post

Get detailed per-token position data for all holders in a specific prediction market. Includes token balances, entry prices, current prices, and per-token PnL.

What it helps to answer:

  1. What are the exact positions of each holder in this market?

  2. What is the average entry price vs current price for each position?

  3. How much has each token position gained or lost?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for position detail endpoint.

market_idstring · min: 1 · max: 100Required

Polymarket market ID

Example: 654412
Responses
200

Position detail data

application/json
post/api/v1/prediction-market/position-detail

Last updated

Was this helpful?