Token follower history

GET /token/{id}/follower-history
GetTokenIdFollowerHistory

Total follower counts over time for the token. Query by days.

Parameters

id string PATH required

Token identifier. Accepts internal token_id (integer) or coingecko_id (string, e.g. bitcoin).

Example:bitcoin

days integer QUERY

Lookback window in days.

Example:30

Responses

200 OK
400 Bad Request ErrorResponse

Media type application/json

data
array<object> optional

Follower history points for tracked project/handle accounts.

data[].followers_count
integer (int64) optional

Total followers at the snapshot timestamp.

data[].snapshot_at
string (date-time) optional

UTC timestamp of the follower snapshot.