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.
Query Params
string
required

The handle of the user whose tweets you want to retrieve.

string

Optionally filter tweets to only include those mentioning a specific token symbol.

integer
Defaults to 10

Maximum number of tweets to return.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json