Market Data
Holders
Top wallets for a market, enriched with win-rate.
GET /holders/{condition_id}
Top wallets for a market, enriched with win-rate. Proxies Polymarket Data API
/holders and joins with our wallet_stats table so each holder includes
win-rate + total trades inline.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
condition_id | string | — | Required. Polymarket conditionId of the market (path param) |
limit | 1-100 | 50 | Number of top holders |
curl -H "x-api-key: YOUR_KEY" \
"https://api.scanna.xyz/holders/0xfb1835...?limit=20"