Token follower history
GET
GetTokenIdFollowerHistory
/token/{id}/follower-history
Total follower counts over time for the token. Query by days.
Parameters
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Example:bitcoin
Lookback window in days.
Example:30
Responses
200
OK
400
Bad Request
ErrorResponse
Media type application/json
data
array<object>
Follower history points for tracked project/handle accounts.
data
array<object>
Follower history points for tracked project/handle accounts.
data[].followers_count
integer (int64)
Total followers at the snapshot timestamp.
data[].snapshot_at
string (date-time)
UTC timestamp of the follower snapshot.