other · Listed · eip155:8453 · Found · 77 endpoints · Not used for Gateway
x402.twit.sh
x402
X402 endpoints at x402.twit.sh.
Not used for Gateway
Catalogued so agents know it is dead/unreachable — Gateway will not route it. Still catalogued — dead/unreachable knowledge is index value. (Degraded — catalogued (dead/unreachable known) · not used for Gateway)
Indexed from this operator's public /.well-known/x402.json. Found is not operator-owned and is not attested. Claim or opt out.
Agent Read · Cleared Index
SKIP
Skip until Cleared checks or settle mesh clear.
confidence
83%
source
signal
Index before you pay. Same payload for agents:
GET /api/cleared/agent-read?slug=cat-x402-twit-sh
When to call
- Budget between $0.00 and $0.01 per call on published endpoints.
- X402 endpoints at x402.twit.sh.
Risks
- Found — not operator-owned; claim status unknown.
- No Cleared settlement receipt on file yet.
- Uptime not yet marked stable.
- No Gateway traffic yet — market share unproven.
Price posture
Published 77 endpoints from $0.00 to $0.01.
Category · Gateway
other · no Gateway routes yet — early / unproven on Cleared market share.
Endpoint hints
GET /articles/by/idGET /articles/by/id at $0.00.
GET /lists/followersGET /lists/followers at $0.00.
GET /lists/tweetsGET /lists/tweets at $0.00.
GET /tweets/mentionsGET /tweets/mentions at $0.00.
GET /tweets/quote_tweetsGET /tweets/quote_tweets at $0.00.
GET /tweets/repliesGET /tweets/replies at $0.00.
GET /tweets/retweeted_byGET /tweets/retweeted_by at $0.00.
GET /usersGET /users at $0.00.
Evidence (Cleared)
- → Intake degraded · not used for Gateway
- → Trust 15/100 · fail · tier listed
- → Protocol x402 · eip155:8453
- → Manifest pending · schema partial
- → Found listing — indexed from public x402.json, not operator-attested.
Endpoints
https://x402.twit.sh/articles/by/id
$0.00GET https://x402.twit.sh/articles/by/idhttps://x402.twit.sh/lists/followers
$0.00GET https://x402.twit.sh/lists/followershttps://x402.twit.sh/lists/tweets
$0.00GET https://x402.twit.sh/lists/tweetshttps://x402.twit.sh/tweets/mentions
$0.00GET https://x402.twit.sh/tweets/mentionshttps://x402.twit.sh/tweets/quote_tweets
$0.00GET https://x402.twit.sh/tweets/quote_tweetshttps://x402.twit.sh/tweets/replies
$0.00GET https://x402.twit.sh/tweets/replieshttps://x402.twit.sh/tweets/retweeted_by
$0.00GET https://x402.twit.sh/tweets/retweeted_byhttps://x402.twit.sh/users
$0.00GET https://x402.twit.sh/usershttps://x402.twit.sh/users/following
$0.00GET https://x402.twit.sh/users/followinghttps://x402.twit.sh/users/search
$0.00GET https://x402.twit.sh/users/searchhttps://x402.twit.sh/workflows/userInsights
$0.00GET https://x402.twit.sh/workflows/userInsightsSearch Twitter/X tweets with advanced filters. Returns up to 20 tweets per page,
$0.006GET https://x402.twit.sh/tweets/searchSearch 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.
Get the latest tweets (timeline) from a specific Twitter/X user by their usernam
$0.01GET https://x402.twit.sh/tweets/userGet 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.
Look up a Twitter/X user profile by their screen name. Returns full profile data
$0.005GET https://x402.twit.sh/users/by/usernameLook 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.
Look up a single Twitter/X tweet by its numeric tweet ID. Returns full tweet dat
$0.0025GET https://x402.twit.sh/tweets/by/idLook 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.
Bulk look up multiple Twitter/X tweets by their numeric tweet IDs in a single re
$0.01GET https://x402.twit.sh/tweetsBulk 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.
Uploads an image to Twitter/X for the authenticated user and returns a media_id
$0.006POST https://x402.twit.sh/tweets/mediaUploadUploads an image to Twitter/X for the authenticated user and returns a media_id to attach to a tweet. Send the file as multipart/form-data field "file" (e.g. -F "file=@photo.jpeg"); pass auth_token and ct0 as query params. Returns media_id, media_id_string, media_key, size, expires_after_secs, and image metadata.
Get the members of a Twitter/X List by its numeric List ID. Returns up to 100 us
$0.01GET https://x402.twit.sh/lists/membersGet the members of a Twitter/X List by its numeric List ID. Returns up to 100 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/members?id=84839422. Returns X v2 API-compatible JSON.
Get the list of Twitter/X users who follow a specific user. Returns up to 50 fol
$0.01GET https://x402.twit.sh/users/followersGet 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.
Look up a Twitter/X user profile by their screen name (username). Returns full p...
$0.001GET https://x402.twit.sh/users/by/username/etherlectLook up a Twitter/X user profile by their screen name (username). Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, profile image URL, and pinned tweet id. Use this when you know the username (e.g. "vitalik", "elonmusk"). Path param: username (string, required) - the Twitter screen name, e.g. GET /users/by/username/vitalik. Returns X v2 API-compatible JSON.
Look up a single Twitter/X user profile by their numeric user ID. Returns full p...
$0.001GET https://x402.twit.sh/users/44196397Look 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, verification status, profile image URL, and pinned tweet id. Use this when you know the user ID. Path param: id (string, required) - numeric Twitter user ID, e.g. GET /users/44196397. Returns X v2 API-compatible JSON.
Get the list of Twitter/X users that a specific user follows, identified by thei...
$0.001GET https://x402.twit.sh/users/1455893555461898241/followingGet the list of Twitter/X users that a specific user follows, identified by their numeric user ID. Returns up to 50 following profiles per page with pagination support. Each account includes full profile data. Path param: id (string, required) - numeric Twitter user ID, e.g. GET /users/44196397/following. Query param: next_token (string, optional) - pagination cursor from previous response. Returns X v2 API-compatible JSON.
Get the list of Twitter/X users who follow a specific user, identified by their ...
$0.001GET https://x402.twit.sh/users/1455893555461898241/followersGet the list of Twitter/X users who follow a specific user, identified by their numeric user ID. Returns up to 50 follower profiles per page with pagination support. Each follower includes full profile data. Path param: id (string, required) - numeric Twitter user ID, e.g. GET /users/44196397/followers. Query param: next_token (string, optional) - pagination cursor from previous response. Returns X v2 API-compatible JSON.
Look up a single Twitter/X tweet by its numeric tweet ID. Returns full tweet dat...
$0.001GET https://x402.twit.sh/tweets/2015801257034723591Look 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), entities (hashtags, mentions, URLs), and referenced tweets (replies, quotes, retweets). Path param: id (string, required) - numeric tweet ID, e.g. GET /tweets/1110302988. Returns X v2 API-compatible JSON.
https://x402.twit.sh/lists/by/id
$0.00GET https://x402.twit.sh/lists/by/idhttps://x402.twit.sh/tweets/mediaUpload
$0.00GET https://x402.twit.sh/tweets/mediaUploadhttps://x402.twit.sh/communities/by/id
$0.00GET https://x402.twit.sh/communities/by/idhttps://x402.twit.sh/communities/members
$0.00GET https://x402.twit.sh/communities/membershttps://x402.twit.sh/communities/posts
$0.00GET https://x402.twit.sh/communities/postshttps://x402.twit.sh/users/by/id
$0.00GET https://x402.twit.sh/users/by/idChecks
pending
partial
2026-08-25T17:00:46.596Z
Manifest HTTP 404. Listed anyway. | No settlement evidence found in chain signals.
Claim this listing to upgrade to Cleared attestation.
Claim listing