readx.1x402.sh
API retrieves Twitter/X account profiles, timelines, tweets, followers, edit histories, and articles via micropayment endpoints.
Trust signal
4 of 4 pillars
coverage 100%
Pillars
Signals
Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon
On-chain traction
ERC-8004 agent registry
Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.
Identity & classification
Settlement volume
USDC settled on-chain · monthly
as of Jul 12, 2026
Endpoints(19)
A user's timeline: tweets, retweets and quotes. Example: GET /api/jack
Account info: join date, base location, verification, username changes. Example: GET /api/jack/about
A user's followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/followers
Accounts a user follows (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/following
Resolve an @handle to its numeric user id. Example: GET /api/jack/id
Just the user's pinned tweet, if any. Example: GET /api/jack/pinned
Full profile: bio, counts, banner, pinned tweet and a photo rail. Example: GET /api/jack/profile
An X article (long-form post) by its wrapper tweet id (public). Example: GET /api/articles/1
Tweet search for a hashtag. Same as `/api/search?q=%23tag`. Example: GET /api/hashtag/typescript
Search tweets. Start the query with @ (or add f:user) to search users instead. Example: GET /api/search?q=typescript
Resolve a numeric user id to its current @username. Example: GET /api/user/12
A user's timeline: tweets, retweets and quotes. Example: GET /api/jack
Account info: join date, base location, verification, username changes. Example: GET /api/jack/about
Resolve an @handle to its numeric user id. Example: GET /api/jack/id
A tweet's edit history: the latest version plus every prior revision. Example: GET /api/jack/status/20/history
A user's timeline including their replies. Example: GET /api/jack/with_replies
Tweet search for a hashtag. Same as `/api/search?q=%23tag`. Example: GET /api/hashtag/typescript
A single tweet on its own, without the surrounding conversation. Example: GET /api/i/status/20
Resolve a numeric user id to its current @username. Example: GET /api/i/user/12