Event:
Cost: 0.025 credits per delivery
position_holder_metrics Cost: 0.025 credits per delivery
When to use this
- Track how many wallets hold a specific outcome token over time.
- Watch total balance and cost basis concentration on positions you care about.
- Detect accumulation or distribution as holder counts move on key positions.
Subscription filters
Add these to thefilters object when you create the subscription.
| Filter | Type | Required | Description |
|---|---|---|---|
position_ids | string[] | Yes | Position token IDs to track (at least one, max 500). |
position_ids is required: a subscription must name at least one position to receive deliveries.
Example
Notes
- The payload is a
PositionHolderMetricsRowwith holder count, total balance, and total cost basis, plus the owning condition and event holder counts when available. - Each subscription accepts up to 500 position IDs.