What You Can Do
Track an X User
Start receiving real-time posts from any public X account.Search Posts
Search for posts matching a keyword, cashtag, or phrase. Useful for monitoring token mentions like$BTC, $ETH, or any trending topic.
Backfill History
Trigger a historical backfill to retrieve past posts from tracked accounts.In the examples below,
src_123 is the internal ID of the account whose
historical data you want to pull. This is the same id returned when you
created the tracking via POST /track/x.Webhook Payload
When a tracked X user posts, your webhook receives aSourceEvent object. This is the exact shape sent via JSON.stringify to your webhook URL:
API Reference
All tracking endpoints use/track/:source where :source is x, telegram, or discord.
- Create Tracking β
POST /track/x - List Tracked Sources β
GET /track/x - Delete Tracking β
DELETE /track/x - User Information β
GET /x/user - Post Data β
GET /x/tweet - Search Posts β
GET /x/search - Quick Search β
GET /x/quick-search - Trigger Backfill β
PUT /backfill - Backfill Status β
GET /backfill/status - Get History β
GET /account/history/:id