API Reference

Description: Retrieves a list of all Smart Followers for a given X account, focusing on tier classification and tagging.

  • Smart profile analysis – internal ranking called Smart Tier* of account influence.

  • Categorization & tags – labels assigned algorithmically or manually from our moderators.

  • Blockchain affiliation – blockchains associated with the account.

  • Profile history – number of bio updates as a signal of behavioral patterns.

  • Smart Tier is a rank assigned by Moni internal algorithm. There are three tiers based on the "smart" account's rating tiers:

1 - 🧠

2 - 🧠🧠

3 - 🧠🧠🧠

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

Order results by subscription date, smart score, followers or smart followers count, category. The endpoint has limits – up to 100 Smart Followers in the list per request.

Usage: This endpoint is ideal for segmenting smart followers based on influence and niche. Retrieve tiered lists of smart followers for influence analysis. Filter & sort followers by tags, score, and engagement level. Use for audience segmentation and targeted outreach.

Usage Cost: 1 point per request

Log in to see full request history
Path Params
string
required

The username (handle) of the user in x.com

Query Params
int32
1 to 100
Defaults to 100

Maximum number of items to return in a single request

int32
≥ 0
Defaults to 0

The starting index of the first followers to return

string
Defaults to CREATED_AT

Determines the sorting criteria for "smart" followers. Supported values: CREATED_AT Sort by the date the follower was added; SCORE Sort by the follower's score on discover.getmoni.io.; FOLLOWERS_COUNT Sort by the total number of followers. SMART_FOLLOWERS_COUNT Sort by the number of "smart" followers.

string
Defaults to DESC

Sorting direction for orderBy. Supported values: DESC means descending order; ASC means ascending order

string
Defaults to null

Filters "smart" followers by the specified categories. Categories should be provided as a comma-separated list. A full list of available categories can be retrieved via /api/v2/twitters/{username}/smart_followers/categories/

Headers
string
required
Response

Response body
object
items
array of objects
required

The list of Smart Followers

items*
object
smartProfile
object
required
int32
required

The total number of Smart Followers

Language