CA Tweets

The CA Tweets Analysis tool scans X accounts for suspicious contract address sharing patterns and potential scam indicators.

How to use CA Tweets

API Endpoint

Each CATweetsResponse object contains the following properties:

  • total_tweets_analyzed: A number representing the count of tweets analyzed.

  • suspicious_tweets: An array of objects with the following properties:

    • text: A string containing the content of the tweet.

    • date: A string indicating the date the tweet was posted.

    • link: A string providing the URL to the tweet.

    • id: A string serving as the unique identifier of the tweet.

Last updated