Follower Audit

The Follower Audit tool analyzes Twitter followers to detect suspicious accounts, bot activity, and potential risks in a token or project's social following.

How to use Follower Audit

API Endpoint

  • account_info: An object containing account details:

    • username: A string representing the username of the account.

    • name: A string indicating the display name of the account.

    • followers_count: A number showing the total followers the account has.

    • following_count: A number reflecting the total accounts the user is following.

    • created_at: A string denoting the date the account was created.

  • analysis_summary: An object summarizing the analysis findings:

    • total_analyzed: A number that indicates the total followers analyzed.

    • high_risk: A number representing the count of high-risk followers.

    • medium_risk: A number for the count of medium-risk followers.

    • low_risk: A number denoting the count of low-risk followers.

Last updated