x402.twit.sh
x402.twit.sh
· x402.twit.sh
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.
x402.twit.sh via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://x402.twit.sh/.well-known/agent-card.json |
| Provider | https://x402.twit.sh |
| Docs | https://x402.twit.sh |
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/x402.twit.sh) [](https://agenstry.com/agents/x402.twit.sh) [](https://agenstry.com/agents/x402.twit.sh) [](https://agenstry.com/agents/x402.twit.sh)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "x402-twit-sh",
"name": "x402.twit.sh",
"description": "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.",
"domain": "x402.twit.sh",
"provider": "x402.twit.sh",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://x402.twit.sh/users",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "ids",
"type": "string",
"description": "",
"example": "9253672,44196397",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/users/followers",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "44196397",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/users/following",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "44196397",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/communities/posts",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1693573582226665701",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/communities/members",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1693573582226665701",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/lists/followers",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "84839422",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/search",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "from",
"type": "string",
"description": "",
"example": "elonmusk",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "minLikes",
"type": "string",
"description": "",
"example": "100",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "words",
"type": "string",
"description": "",
"example": "bitcoin",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/users/by/username",
"description": "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.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "username",
"type": "string",
"description": "",
"example": "elonmusk",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/users/search",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "query",
"type": "string",
"description": "",
"example": "bitcoin",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/lists/by/id",
"description": "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.",
"pricing": {
"amount": "0.0025",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "84839422",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/user",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "username",
"type": "string",
"description": "",
"example": "elonmusk",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/lists/tweets",
"description": "Get the latest tweets from a Twitter/X List by its numeric List ID. Returns ~100 tweets per page with pagination support. Query params: id (string, required) - numeric List ID; next_token (string, optional) - pagination cursor, e.g. GET /lists/tweets?id=84839422. Returns X v2 API-compatible JSON.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "84839422",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "ids",
"type": "string",
"description": "",
"example": "1110302988,1234567890",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/users/by/id",
"description": "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.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "44196397",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/communities/by/id",
"description": "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.",
"pricing": {
"amount": "0.0025",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1693573582226665701",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/articles/by/id",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "2010751592346030461",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/lists/members",
"description": "Get 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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "84839422",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/by/id",
"description": "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.",
"pricing": {
"amount": "0.0025",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1110302988",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/retweeted_by",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1110302988",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/quote_tweets",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1110302988",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.twit.sh/tweets/replies",
"description": "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.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "id",
"type": "string",
"description": "",
"example": "1110302988",
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.0025",
"maxAmount": "0.01",
"avgCostPerTransaction": "0.008452",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}