Combined actor time series (holders, snipers, insiders, dev)
Returns wide rows with up to four actor series in a single call — one request instead of four. Each row has ts_ms plus whatever series you requested as keys.
Use ?series=holders,snipers,insiders,dev (comma-separated) to request a subset. Default: all four. The dev series returns as dev_held_pct (a 0.0–1.0 fraction of supply held by the deployer).
Same sparsity and freshness semantics as the single-series endpoints: rows exist only for hours the mint traded; forward-fill for display. No pre-launch backfill — history starts at Phase 3 launch (2026-05-28).
Downsampling at 6h/1d returns the last value in the bucket for each series.
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Token mint (base58).
Query Parameters
Comma-separated subset of series to include. Valid values: holders, snipers, insiders, dev. Default: all four.
Bucket size. 6h/1d downsample to last-value-in-bucket.
1h, 6h, 1d Start of range (Unix ms, inclusive). Default: 24h before to.
End of range (Unix ms, inclusive). Default: now.
Response
Combined actor series — wide rows
Response for the combined actor-chart endpoint (/tokens/{mint}/actor-chart). Wide rows — one object per timestamp with all requested series as keys. One call replaces up to four single-series requests.

