Positions API
Positions represent your outcome share holdings in a market. When a market resolves, holders of the winning outcome can claim their payout. Positions are tracked both on-chain and via the API for convenience.
Position queries
View your outcome share holdings and unrealized P&L.
GET
/v1/positionsList all your positions across markets
Requires authGET
/v1/positions/{market_id}Position details for a specific market
Requires authClaim winnings
Claim your payout from resolved markets.
POST
/v1/positions/{market_id}/claimClaim winnings for a resolved market
Requires authPOST
/v1/evm/write/positions/claimPrepare a Claim transaction for signing
Requires authPOST
/v1/evm/write/positions/claim-forPrepare a ClaimFor transaction (claim on behalf of another wallet)
Requires auth