Twitter/X Advanced Tweet Search
x402 Atlas provides real-time x402 analytics for autonomous APIs on Base. Track transactions, discover trends, and analyze the x402 ecosystem.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.005 USDC on Base to 0x51D5…7F78B. The signed payment is good for 5 minutes.
- Paid to
- 0x51D5…7F78B
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 5000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x51D577C8CBB8b3fB1BA0CE31c7923cC27a07F78B",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"to": "elonmusk",
"from": "elonmusk",
"near": "London",
"type": "top",
"since": "2024-01-01",
"until": "2025-01-01",
"words": "bitcoin",
"cursor": "DAADDAABCgABGgvQAAAVvhYLAAIAAAAA",
"filter": "links",
"max_id": "1",
"phrase": "bitcoin price",
"hashtags": "bitcoin",
"since_id": "1",
"any_words": "btc,eth",
"min_likes": "100",
"mentioning": "elonmusk",
"none_words": "airdrop",
"min_replies": "5",
"within_time": "7d",
"min_retweets": "10",
"search_query": "bitcoin"
}
},
"output": {
"type": "json",
"example": {
"type": "top",
"query": "from:@PancakeSwap filter:replies",
"cursor": "DAACCgACHMe1FCaAJxAKAAMcx7UU…",
"tweets": [
{
"id": "2071965671001608665",
"lang": "en",
"text": "Stack your tokenized assets ⬇️\nhttps://t.co/peohoKiMyQ",
"urls": [
"https://pancakeswap.finance/stocks"
],
"likes": 16,
"views": 3534,
"author": {
"id": "1305349277422477313",
"name": "PancakeSwap",
"avatar": "https://pbs.twimg.com/profile_images/2004910939959967744/wr7-zpVh_normal.jpg",
"verified": true,
"followers": 2132825,
"description": "Everyone's favorite DEX. Swap, trade, and earn across 10+ chains.",
"screen_name": "PancakeSwap"
},
"quotes": 0,
"replies": 1,
"is_quote": false,
"retweets": 2,
"bookmarks": 0,
"created_at": "2026-06-30T14:34:45Z",
"conversation_id": "2071965667491000381"
}
],
"queried_at": "2026-07-05T12:00:00Z",
"tweet_count": 1
}
}
},
"tags": [
"twitter",
"x",
"tweet-search",
"twitter-scraper",
"social-media",
"advanced-search",
"tweets",
"social-listening",
"twitter-api",
"x-search"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Tweets sent in reply to this username"
},
"from": {
"type": "string",
"description": "Tweets sent by this username (@ optional), e.g. elonmusk"
},
"near": {
"type": "string",
"description": "Tweets geotagged near this location, e.g. Berlin or The Hague"
},
"type": {
"enum": [
"top",
"latest"
],
"type": "string",
"default": "top",
"description": "Result ranking: top (default) or latest. Latest returns tweets in descending ID order — paginate with cursor or max_id."
},
"since": {
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"description": "Tweets on or after this date, YYYY-MM-DD"
},
"until": {
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"description": "Tweets before this date, YYYY-MM-DD"
},
"words": {
"type": "string",
"description": "Tweets containing all these words, e.g. what's happening. At least one of words, phrase, any_words, hashtags, from, to, mentioning, search_query is required."
},
"cursor": {
"type": "string",
"maxLength": 2048,
"description": "Pagination cursor from the previous response"
},
"filter": {
"type": "string",
"pattern": "^(replies|links|quote|media|images|videos)([,\\s]+(replies|links|quote|media|images|videos))*$",
"description": "Comma- or space-separated content filters. Allowed values are exactly these (case-sensitive, exhaustive): replies, links, quote, media, images, videos. Any other value returns 400. E.g. media,images"
},
"max_id": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Tweets at or before this tweet ID (inclusive), numeric tweet ID — crawl a timeline backward by passing the lowest ID from the current page"
},
"phrase": {
"type": "string",
"description": "Tweets containing this exact phrase, e.g. happy hour"
},
"hashtags": {
"type": "string",
"description": "Tweets with these hashtags (comma or space separated, # optional), e.g. ThrowbackThursday"
},
"since_id": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Tweets after this tweet ID (exclusive), numeric tweet ID"
},
"any_words": {
"type": "string",
"description": "Tweets containing any of these words (comma or space separated), e.g. cats,dogs"
},
"min_likes": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Tweets with at least this many likes (digits only), e.g. 280"
},
"mentioning": {
"type": "string",
"description": "Tweets mentioning this username"
},
"none_words": {
"type": "string",
"description": "Exclude tweets containing any of these words (comma or space separated)"
},
"min_replies": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Tweets with at least this many replies (digits only)"
},
"within_time": {
"type": "string",
"pattern": "^[0-9]+[smhd]$",
"description": "Tweets within a recent window, digits followed by s/m/h/d, e.g. 30s, 5m, 3h, 2d"
},
"min_retweets": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Tweets with at least this many reposts (digits only)"
},
"search_query": {
"type": "string",
"maxLength": 512,
"description": "Raw X advanced search syntax escape hatch, combined with the structured params above; the combined assembled query must be at most 512 characters"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"type": {
"enum": [
"top",
"latest"
],
"type": "string",
"description": "Result ranking used for this page"
},
"query": {
"type": "string",
"description": "The assembled X advanced-search query string sent upstream"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for the next page, if any"
},
"tweets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Tweet ID"
},
"lang": {
"type": "string",
"description": "BCP-47 language code"
},
"text": {
"type": "string"
},
"urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Expanded URLs linked in the tweet"
},
"likes": {
"type": "integer"
},
"views": {
"type": "integer"
},
"author": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"avatar": {
"type": "string"
},
"verified": {
"type": "boolean",
"description": "Blue-check verification status"
},
"followers": {
"type": "integer"
},
"description": {
"type": "string"
},
"screen_name": {
"type": "string"
}
}
},
"quotes": {
"type": "integer"
},
"replies": {
"type": "integer"
},
"is_quote": {
"type": "boolean"
},
"retweets": {
"type": "integer"
},
"bookmarks": {
"type": "integer"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"in_reply_to_id": {
"type": "string",
"description": "Parent tweet ID, if this is a reply"
},
"conversation_id": {
"type": "string"
},
"in_reply_to_user": {
"type": "string",
"description": "Parent tweet's author screen name, if this is a reply"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge ran the search"
},
"tweet_count": {
"type": "integer",
"description": "Number of tweets in this page"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
}Provenance
- Seen in the source catalog
- 2026-07-19 00:23Z
- Last indexed by Roundhouse
- 2026-07-22 10:20Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 04:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 525
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Twitter/X Advanced Tweet Search and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Twitter%2FX%20Advanced%20Tweet%20Search' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://twit.use.x402atlas.com/search, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.