cURL
curl --request GET \ --url https://api.struct.to/v1/polymarket/holders/positions/{position_id}/history
[ { "t": 123, "h": 123 } ]
Retrieve historical holder count snapshots for a position over a time range
Position ID (ERC1155 token ID)
Time range in hours (default: 24, max: 336 = 14 days)
Position holder count history with automatic granularity (1m/5m/15m/1h/6h buckets)
Was this page helpful?