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

PnL By Address

Get Prediction Market PnL by Address

post

Get profit and loss across all prediction markets for a specific wallet address. Shows per-market PnL including buy costs, sell proceeds, and redemption values.

What it helps to answer:

  1. What is a trader's total PnL across all prediction markets?

  2. Which markets has this address traded, and what were the results?

  3. Does this trader have unrealized positions?

Authorizations
apiKeystringRequired

API key for authentication

Body

Request for PnL by address endpoint.

addressstring · min: 1 · max: 100Required

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

Example: 0x1234567890abcdef1234567890abcdef12345678
order_byany ofOptional

Sort order

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

PnL by address data

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

Last updated

Was this helpful?