Bundler-count time series for a token (stub)
Returns the bundler wallet count for a token over time. All values are 0 until Phase 5 — the bundler tagger has not shipped yet. The response always includes a coverage_note explaining this.
The endpoint is available now so you can wire up your UI and swap in real data when Phase 5 ships without a contract change.
Same sparsity semantics as GET /holders/chart/. No pre-launch backfill.
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Token mint (base58).
Query Parameters
Bucket size.
1h, 6h, 1d Start of range (Unix ms, inclusive). Default: 24h before to.
End of range (Unix ms, inclusive). Default: now.
Response
Bundler-count series (all values 0 until Phase 5)
Response for a single-series actor chart endpoint (/holders/chart/{token}, /snipers/chart/{token}, /insiders/chart/{token}, /bundlers/chart/{token}). Rows exist only for hours the mint traded — gaps are expected, not bugs. Forward-fill the last value for quiet hours. An empty results array carries a coverage_note explaining the no-backfill policy.

