API Reference

Get User's Tweets

Retrieve the Latest Tweets from a Specific User

This endpoint allows you to fetch the recent tweets of any X (Twitter) user. You can also filter these tweets to only include those that mention a specific token.

Business Use Cases:

  • For Compliance & Security Firms: During a due diligence process, retrieve a key executive's recent tweets to screen for any problematic statements or risky behavior.
  • For Crypto News Aggregators: Create curated feeds of tweets from specific thought leaders, journalists, or project accounts to display on a news portal.
  • For AI-powered Research Assistants: When asked "What has Vitalik been saying about Layer 2s?", an AI agent can call this endpoint with author_handle=VitalikButerin and symbol=ETH (or related L2s) to get relevant tweets.
Language