readx.sh
Readx.sh API retrieves Twitter/X user accounts, follower lists, tweets, conversations, and engagement metrics via paginated endpoints.
Trust signal
2 of 4 pillars
coverage 50%
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
No on-chain settlement recorded. Unverified = not settled or not yet indexed — never treated as zero.
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 Jun 29, 2026
Endpoints(18)
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
Accounts affiliated with a user (e.g. an organization's members). Example: GET /api/jack/affiliates
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
Tweets that mention a user (paginate with cursor until has_more is false). Example: GET /api/jack/mentions
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
A tweet's edit history: the latest version plus every prior revision. Example: GET /api/jack/tweets/20/history
A user's verified followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/verified_followers
A user's timeline including their replies. Example: GET /api/jack/with_replies
Search tweets. Start the query with @ (or add f:user) to search users instead. Example: GET /api/search?q=typescript
Search for tweets by query (optional product filter; paginate with cursor). Example: GET /api/search/tweets?q=typescript
A single tweet on its own, without the surrounding conversation. Example: GET /api/tweets/20
Replies to a tweet (paginate with cursor until has_more is false). Example: GET /api/tweets/20/replies
Accounts that retweeted a tweet (paginate with cursor until has_more is false). Example: GET /api/tweets/20/retweeters
A single tweet with its full conversation: tweets before, after and replies. Example: GET /api/jack/status/20
A single tweet on its own, without the surrounding conversation. Example: GET /api/status/20