Token follower history

GET /token/{id}/follower-history

Description

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

Path Parameters

id
stringrequired

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

Query Parameters

days
integeroptional

Lookback window in days.

Responses

OK

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.