Skip to main content
GET
Get position holders

Path Parameters

position_id
string
required

Position ID (ERC1155 token ID)

Query Parameters

limit
integer<int32>

Results limit (default: 10, max: 100)

pagination_key
string

Cursor-based pagination key

min_shares
string

Minimum shares held (decimal string)

max_shares
string

Maximum shares held (decimal string)

include_pnl
boolean

Include nested holder PnL data (default: false)

Response

Position holders (sorted by shares DESC). Holder pnl is included only when include_pnl=true.

Response for position (position_id) holders endpoint.

position_id
string
required

Position ID (ERC1155 token ID).

total_holders
integer<int64>
required

Total holders of this position.

holders
object[]
required

Top holders.

condition_id
string | null

Condition ID this position belongs to.

outcome_name
string | null

Outcome name (Yes, No, etc.).

outcome_index
integer<int32> | null

Outcome index.

price
number<double> | null

Current price / probability.

Last modified on August 7, 2026