Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns all wallets holding positions in any outcome token belonging to this condition.

Request

GET /v3/markets/condition/{condition_id}/positions

Path parameters

ParameterTypeDescription
condition_idstringMarket condition ID (0x-prefixed)

Query parameters

ParameterTypeDefaultDescription
sortstringpnlSort by: pnl, amount, volume
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/markets/condition/0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917/positions?limit=1

Response columns

ColumnTypeDescription
userstringWallet address
amountstringCurrent shares held (6-decimal)
avg_pricestringAverage entry price (6-decimal)
realized_pnlstringRealized P&L (6-decimal USDC)
total_boughtstringTotal volume bought (6-decimal USDC)