Token follower history
GET /token/{id}/follower-history
Starter
Description
Total follower counts over time for the token. Query by days.
Path Parameters
id
string
Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).
Query Parameters
days
integer
Lookback window in days.
Responses
OK
Media type: application/json
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.