Added

2026.05.04 - Release Token Holder Chart API

New API to retrieve historical holder count chart data for tokens on Solana.

Features

Token - Holder Chart

GET /token/v1/holder/chart

  • Retrieve historical holder count data for any Solana token
  • Support multiple time granularities: 1s, 1m, 1h, 1d
  • Configurable data padding mode for handling missing timestamps
  • Percentage change calculation modes (beginning vs previous)
  • Note: 1s granularity only supports data within the last 3 days

Parameters

ParameterTypeRequiredDefaultDescription
token_addressstringYes-Token mint address
chart_typestringNo1hTime granularity: 1d, 1h, 1m, 1s
fromintegerNo-Start time (Unix timestamp)
tointegerNo-End time (Unix timestamp)
modestringNopaddingData handling: padding (fills gaps) or no_fill (only changed values)
percent_modestringNobeginning% change calculation: beginning (vs first record) or previous (vs last record)
countintegerNo20Number of records (1-100)