53
Provider profile
twit.sh
Real-time Twitter/X data for AI agents with x402 payment on Base.
candidate
monitor
25 endpoints
verified
31.0
3
0
Readiness
The provider can be shown publicly, but security, identity, or domain evidence is still incomplete.
25
25
1
2026-03-16T02:44:06.632Z
Actions
What 402.bot wants fixed next.
Stabilize remaining endpoints
Some matched endpoints are fresh and healthy, but others still look stale or degraded.
Raise security baseline
At least one matched audited endpoint is below the preferred security threshold for strong listing confidence.
Verify provider identity
No matched endpoint currently has a strong MCP verification or ERC-8004 identity signal, and no corroborating machine-readable x402 provider metadata is attached.
Publish docs URL
Public docs improve listing trust and make provider onboarding easier for buyers and agents.
Share kit
Embed the current 402.bot provider badge anywhere.
Share summary
Verified provider on 402.bot. 25 matched endpoints. Recommendation: monitor. The provider can be shown publicly, but security, identity, or domain evidence is still incomplete.
Markdown badge
[](https://402.bot/providers/twit-sh)
HTML badge
<a href="https://402.bot/providers/twit-sh"><img src="https://402.bot/providers/twit-sh/badge.svg" alt="twit.sh on 402.bot: Verified provider" /></a>
Direct links
Profile and badge URLs stay stable per provider slug.
Matched endpoints
What this provider currently resolves to in the live catalog.
Endpoint
Search Twitter/X for user accounts matching a keyword or phrase. Returns up to 20 matching user profiles per page with pagination support. Useful for discovering users by topic, name, or keyword. Query params: query (string, required) - search keyword or phrase; next_token (string, optional) - pagination cursor from previous response, e.g. GET /users/search?query=bitcoin. Returns X v2 API-compatible JSON.
endpoint-06e18632b60defd7
https://x402.twit.sh/users/search
eip155:8453
bazaar
$0.0100
users
Inspect endpoint
Endpoint
Bulk look up multiple Twitter/X user profiles by their numeric user IDs in a single request. Returns an array of full user profiles. Query param: ids (string, required) - comma-separated numeric Twitter user IDs, max 50, e.g. GET /users?ids=44196397,12,783214. Returns X v2 API-compatible JSON.
endpoint-0dd6eb4c9c533b35
https://x402.twit.sh/users
eip155:8453
bazaar
$0.0100
users
Inspect endpoint
Endpoint
Get the list of Twitter/X users who reposted a specific tweet. Returns paginated user profiles for a given tweet ID. Query params: id (string, required) - numeric tweet ID; next_token (string, optional) - pagination cursor, e.g. GET /tweets/retweeted_by?id=1110302988. Returns X v2 API-compatible JSON.
endpoint-1331f28df454c29e
https://x402.twit.sh/tweets/retweeted_by
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Get replies to a specific Twitter/X tweet. Returns paginated reply tweets for a given tweet ID. Query params: id (string, required) - numeric tweet ID; next_token (string, optional) - pagination cursor, e.g. GET /tweets/replies?id=1110302988. Returns X v2 API-compatible JSON.
endpoint-1bd2612a2aaf7ca5
https://x402.twit.sh/tweets/replies
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Retrieve full details of a specific X Community by its numeric ID. Returns name, description, member count, moderator count, join policy, topic, rules, banner image, and admin/creator profiles. Query param: id (string, required) - numeric community ID, e.g. GET /communities/by/id?id=1693573582226665701. Returns X v2 API-compatible JSON with additional fields.
endpoint-248a366aa84dbee2
https://x402.twit.sh/communities/by/id
eip155:8453
bazaar
$0.0025
communities
Inspect endpoint
Endpoint
Bulk look up multiple Twitter/X tweets by their numeric tweet IDs in a single request. Each tweet includes full text, author profile, and engagement metrics. Query param: ids (string, required) - comma-separated numeric tweet IDs, max 50, e.g. GET /tweets?ids=1110302988,1234567890. Returns X v2 API-compatible JSON.
endpoint-40d8e5b62228969b
https://x402.twit.sh/tweets
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Retrieve the full content of an X Article by the tweet ID of the post that hosts it. Returns article title, preview text, cover image, publish date, and full article_content as Markdown (headings, bold, italic, lists, images). Not available in the official X API. Query param: id (string, required) - numeric tweet ID of the article post, e.g. GET /articles/by/id?id=2010751592346030461.
endpoint-434642f926d07306
https://x402.twit.sh/articles/by/id
eip155:8453
bazaar
$0.0100
articles
Inspect endpoint
Endpoint
Retrieve details of a specific Twitter/X List by its numeric ID. Returns name, description, mode, member count, subscriber count, creation date, banner image, and owner profile. Query param: id (string, required) - numeric List ID, e.g. GET /lists/by/id?id=84839422. Returns X v2 API-compatible JSON.
endpoint-5f8b4f882908aaab
https://x402.twit.sh/lists/by/id
eip155:8453
bazaar
$0.0025
lists
Inspect endpoint
Endpoint
Get the list of Twitter/X users who follow a specific user. Returns up to 50 follower profiles per page with pagination support. Query params: id (string, required) - numeric Twitter user ID; next_token (string, optional) - pagination cursor, e.g. GET /users/followers?id=44196397. Returns X v2 API-compatible JSON.
endpoint-675f884ac9c780ec
https://x402.twit.sh/users/followers
eip155:8453
bazaar
$0.0100
users
Inspect endpoint
Endpoint
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
endpoint-8b5918356e6645e8
https://x402.twit.sh/tweets/search
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Get the list of Twitter/X users that a specific user follows. Returns up to 50 following profiles per page with pagination support. Query params: id (string, required) - numeric Twitter user ID; next_token (string, optional) - pagination cursor, e.g. GET /users/following?id=44196397. Returns X v2 API-compatible JSON.
endpoint-9e934282c0d82b1f
https://x402.twit.sh/users/following
eip155:8453
bazaar
$0.0100
users
Inspect endpoint
Endpoint
Look up a single Twitter/X user profile by their numeric user ID. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, and verification status. Query param: id (string, required) - numeric Twitter user ID, e.g. GET /users/by/id?id=44196397. Returns X v2 API-compatible JSON.
endpoint-a15a69870bba2d9a
https://x402.twit.sh/users/by/id
eip155:8453
bazaar
$0.0050
users
Inspect endpoint
Endpoint
Get a list of tweets that quote a specific tweet. Returns paginated quote tweets with author profiles for a given tweet ID. Query params: id (string, required) - numeric tweet ID; next_token (string, optional) - pagination cursor, e.g. GET /tweets/quote_tweets?id=1110302988. Returns X v2 API-compatible JSON.
endpoint-a397bbd46296bf78
https://x402.twit.sh/tweets/quote_tweets
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Look up a Twitter/X user profile by their screen name. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, and profile image URL. Query param: username (string, required) - Twitter screen name without @, e.g. GET /users/by/username?username=elonmusk. Returns X v2 API-compatible JSON.
endpoint-aa74ecc28685151d
https://x402.twit.sh/users/by/username
eip155:8453
bazaar
$0.0050
users
Inspect endpoint
Endpoint
Get the latest posts from a specific X Community. Returns paginated tweets with author profiles. This endpoint has no equivalent in the official X API. Query params: id (string, required) - numeric community ID; next_token (string, optional) - pagination cursor, e.g. GET /communities/posts?id=1693573582226665701. Returns X v2 API-compatible JSON.
endpoint-bd34984a82303343
https://x402.twit.sh/communities/posts
eip155:8453
bazaar
$0.0100
communities
Inspect endpoint
Endpoint
Get the latest tweets (timeline) from a specific Twitter/X user by their username. Returns up to 20 tweets per page sorted by most recent first, with pagination support. Query params: username (string, required) - Twitter screen name; next_token (string, optional) - pagination cursor, e.g. GET /tweets/user?username=elonmusk. Returns X v2 API-compatible JSON.
endpoint-df6d2b92b7ccf38f
https://x402.twit.sh/tweets/user
eip155:8453
bazaar
$0.0100
tweets
Inspect endpoint
Endpoint
Look up a single Twitter/X tweet by its numeric tweet ID. Returns full tweet data including text, author profile, creation date, engagement metrics (likes, retweets, replies, quotes, bookmarks), and referenced tweets. Query param: id (string, required) - numeric tweet ID, e.g. GET /tweets/by/id?id=1110302988. Returns X v2 API-compatible JSON.
endpoint-e19ebe5ca201a630
https://x402.twit.sh/tweets/by/id
eip155:8453
bazaar
$0.0025
tweets
Inspect endpoint
Endpoint
Retrieves a list of Users who follow a specific Twitter/X List by its ID. Returns up to 20 user profiles per page with pagination support. Query params: id (string, required) - numeric List ID; next_token (string, optional) - pagination cursor, e.g. GET /lists/followers?id=84839422. Returns X v2 API-compatible JSON.
endpoint-eac8b8d61e620684
https://x402.twit.sh/lists/followers
eip155:8453
bazaar
$0.0100
lists
Inspect endpoint
Endpoint
Get a paginated list of members belonging to a specific X Community. Returns full user profiles with community role (Admin, Moderator, Member). This endpoint has no equivalent in the official X API. Query params: id (string, required) - numeric community ID; next_token (string, optional) - pagination cursor, e.g. GET /communities/members?id=1693573582226665701. Returns X v2 API-compatible JSON.
endpoint-fe2e6dc19f6f626f
https://x402.twit.sh/communities/members
eip155:8453
bazaar
$0.0100
communities
Inspect endpoint
Endpoint
Look up a single X post with author and engagement fields directly from twit.sh.
twitsh-route-tweet-lookup
https://x402.twit.sh/tweets/by/id
eip155:8453
manual
$0.0025
post_lookuptweet_detailtweet_lookuptweet_metrics
Inspect endpoint
Endpoint
Fetch quote tweets for a single X post directly from twit.sh.
twitsh-route-tweet-quotes
https://x402.twit.sh/tweets/quote_tweets
eip155:8453
manual
$0.0100
quote_lookupquote_searchquote_tweetstweet_quotes
Inspect endpoint
Endpoint
Fetch replies for a single X post directly from twit.sh.
twitsh-route-tweet-replies
https://x402.twit.sh/tweets/replies
eip155:8453
manual
$0.0100
conversation_repliesreply_lookupthread_repliestweet_replies
Inspect endpoint
Endpoint
Search X posts with advanced filters directly from twit.sh.
twitsh-route-tweet-search
https://x402.twit.sh/tweets/search
eip155:8453
manual
$0.0100
post_searchsocial_searchtweet_searchtwitter_searchx_search
Inspect endpoint
Endpoint
Look up an X account by username directly from twit.sh.
twitsh-route-user-lookup
https://x402.twit.sh/users/by/username
eip155:8453
manual
$0.0050
profile_lookupsocial_profiletwitter_profileuser_lookup
Inspect endpoint
Endpoint
Fetch a user's X timeline directly from twit.sh.
twitsh-route-user-timeline
https://x402.twit.sh/tweets/user
eip155:8453
manual
$0.0100
timeline_lookuptwitter_timelineuser_timelinex_timeline
Inspect endpoint