client.data.core.getHolders reveals which wallets hold outcome tokens for the supplied markets.
Great for leaderboards and liquidity dashboards.
Request
Parameters
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
market | string[] | ✅ | – | Condition IDs (0x + 64 hex). |
limit | number (0–500) | 100 | Holders per outcome token. | |
minBalance | number (0–999999) | 1 | Minimum balance filter. |
Response
Usage example
Failure modes
- Missing
market→ validation error. limit> 500 or malformed condition IDs → validation error.