Polymarket PnL

Polymarket·API catalog

Retrieves realized profit and loss (PnL) for a given wallet address over a specified time range and aggregation interval. You may optionally filter results to a single market using `condition_id`. Unlike Polymarket’s dashboard, which displays unrealized PnL, this API reports **realized gains only**, calculated from confirmed sell transactions or fully settled (closed) markets.

Request (agent_id 569)

granularity(string)Aggregation interval. Possible values are `1d` `3d` `1w` `1m` `all`
wallet(string)Wallet Id.
start_time(string)Format: YYYY-MM-DD.Filter after this timestamp
end_time(string)Format: YYYY-MM-DD.Filter before this timestamp

Result