Skip to content

Stats

/users/:addressOrENS/stats

Get stats of a user by their address or ENS name.

Path Parameters

  • addressOrENS (string): The address or ENS name 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/users/limes.eth/stats
// sample response
{
"followers_count": "104",
"following_count": "26"
}