API Reference

GET /api/v1/twitters/{username}/smart_followers/distribution/level/

Returns information about the tier distribution of "smart" followers for a Twitter account. A "smart" account tier represents its level of influence on generating attention toward a project among regular followers, as determined by Moni's internal algorithm.

There are three tiers based on the "smart" account's rating:

1 - 🧠

2 - 🧠🧠

3 - 🧠🧠🧠

The higher the tier, the greater the account's influence on its audience.

Input:

  • Username: The username of the account on x.com.

Result:

{
"items": [
{
"name": "Tier 1", // Name of the level
"level": 3, // Level number
"itemsCount": 14 // Number of "smart" followers in this level
}
] // List showing the distribution of "smart" followers across levels
}