Skip to content

Stats

/lists/:token_id/stats

Get stats of a user by their EFP list id.

Path Parameters

  • token_id (string): The EFP List of the account

Query Parameters

  • live (bool): Specifies whether to calculate stats or return cached values

Sample Query

Terminal window
curl https://api.ethfollow.xyz/api/v1/lists/3/stats?live=true
// sample response
{
"followers_count": "115",
"following_count": "569"
}