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

PnL By Market

Data Freshness & Historical Coverage

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

  • Returns current, cumulative PnL across all traders in a market — there is no date-range parameter or historical look-back, and values reflect within the standard live latency.

Get Prediction Market PnL by Market

post

Get profit and loss breakdown for all traders in a specific prediction market. Includes buy cost, sell proceeds, redemption values, and unrealized positions.

What it helps to answer:

  1. Who are the biggest winners and losers in this market?

  2. What is the PnL distribution across traders?

  3. How much unrealized value exists in open positions?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for PnL by market endpoint.

market_idstring · min: 1 · max: 100Required

Polymarket market ID

Example: 654412
order_byany ofOptional

Sort order

Example: [{"direction":"DESC","field":"total_pnl_usd"}]
Responses
200

PnL by market data

application/json
post/api/v1/prediction-market/pnl-by-market

Last updated

Was this helpful?