Skip to main content
GET
/
polymarket
/
holders
/
positions
/
{position_id}
/
history
Get position holders history
curl --request GET \
  --url https://api.struct.to/v1/polymarket/holders/positions/{position_id}/history
[
  {
    "t": 123,
    "h": 123
  }
]

Path Parameters

position_id
string
required

Position ID (ERC1155 token ID)

Query Parameters

hours
number<double>

Time range in hours (default: 24, max: 336 = 14 days)

Response

Position holder count history with automatic granularity (1m/5m/15m/1h/6h buckets)

t
integer<int64>
required
h
integer<int64> | null
Last modified on March 17, 2026