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

Address Summary

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

Get Prediction Market Address Summary

post

Get wallet-level PnL summary for a single Polymarket trader. Returns realized PnL, unrealized PnL, win rate, and wallet age.

What it helps to answer:

  1. What is this trader's overall Polymarket performance?

  2. How many markets has this trader won vs traded?

  3. How old is this wallet and when did it start trading?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for address summary endpoint.

addressstring · min: 1 · max: 100Required

Wallet address (hex, with or without 0x prefix)

Example: 0x1234567890abcdef1234567890abcdef12345678
Responses
200

Address summary data

application/json
post/api/v1/prediction-market/address-summary

Last updated

Was this helpful?