Polyrankdocs
Markets

GET /v1/market/{conditionId}/holders

Top current holders of a market (canonical avg-cost lineage) with live value + P&L.

GET
/v1/market/{conditionId}/holders

Top current holders of a market (canonical avg-cost lineage) with live value + P&L.

AuthorizationBearer <token>

API key: Authorization: Bearer pk_live_… (mint at polyrank.app/api-keys)

In: header

Path Parameters

conditionId*string

Query Parameters

limit?integer

Response Body

application/json

curl -X GET "https://example.com/v1/market/string/holders"
{  "condition_id": "string",  "rows": [    {      "proxy_wallet": "string",      "display_name": "string",      "outcome_side": "YES",      "shares_held": 0,      "avg_cost": 0,      "current_value": 0,      "unrealized_pnl": 0    }  ]}