Insider-count time series for a token
Returns the insider wallet count for a token over time. Insiders are wallets with an informational edge at launch (pre-launch buys, team/dev-adjacent activity), as tagged by Dexploit’s wallet-intel pipeline.
Same sparsity and freshness semantics as GET /holders/chart/: rows exist only for hours the mint traded; gaps are expected; forward-fill for display. No pre-launch backfill.
Downsampling at 6h/1d returns the last value in the bucket.
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Token mint (base58).
Query Parameters
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
Insider-count series
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.

