Get combo holders
Retrieve holders of one combo side position from the Polymarket holders engine. Pass the combo row’s yes_position_id or no_position_id from /polymarket/combos or /polymarket/combos/metrics; do not pass a leg position_id or condition_id. Set include_pnl=true to include a per-holder pnl object for this combo side. Combo holder state is stored separately from normal position holder state and is sorted by combo position balance descending.
Path Parameters
Combo side position ID: the yes_position_id or no_position_id returned by /polymarket/combos or /polymarket/combos/metrics (ERC1155 token ID, decimal or 0x-prefixed hex). Do not use leg position IDs.
Query Parameters
Results limit (default: 50, max: 500)
Cursor from the previous response
Minimum combo balance held, in decimal shares
Maximum combo balance held, in decimal shares
Include nested holder PnL data for this combo side (default: false)
Response
Combo holders sorted by balance descending
Combo side position ID that was queried (yes_position_id or no_position_id).
Total unique holders for this combo position.
x >= 0Holders sorted by combo position balance descending.
Combo condition ID this side position belongs to.
Outcome name (Yes or No).
Outcome index (0 = Yes, 1 = No).