tweets.use.x402atlas.com

x402 Atlas provides real-time x402 analytics for autonomous APIs on Base. Track transactions, discover trends, and analyze the x402 ecosystem.

Searchoffline · HTTP 525eip155:8453Exactvia cdp
Settlements · 30d
667↓ 38%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$24.30
Verified settled volume
1,036 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0050
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-07-05 19:22Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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.

0.005USDC≈ $0.005 USD
on Base · exact scheme

Pay 0.005 USDC on Base to 0x8C12…Df1b2. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
5000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
    "amount": "5000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "from": "elonmusk",
          "words": "bitcoin",
          "min_likes": "100"
        }
      },
      "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",
                  "description": "Result ranking: top (default) or latest. Latest returns tweets in descending ID order — paginate with cursor or max_id."
                },
                "since": {
                  "type": "string",
                  "description": "Tweets on or after this date, YYYY-MM-DD"
                },
                "until": {
                  "type": "string",
                  "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",
                  "description": "Pagination cursor from the previous response"
                },
                "filter": {
                  "type": "string",
                  "description": "Comma-separated content filters: replies, links, quote, media, images, videos"
                },
                "max_id": {
                  "type": "string",
                  "description": "Tweets at or before this tweet ID (inclusive) — 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",
                  "description": "Tweets after this tweet ID (exclusive)"
                },
                "any_words": {
                  "type": "string",
                  "description": "Tweets containing any of these words (comma or space separated), e.g. cats,dogs"
                },
                "min_likes": {
                  "type": "string",
                  "description": "Tweets with at least this many likes, 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",
                  "description": "Tweets with at least this many replies"
                },
                "within_time": {
                  "type": "string",
                  "description": "Tweets within a recent window: 30s, 5m, 3h or 2d"
                },
                "min_retweets": {
                  "type": "string",
                  "description": "Tweets with at least this many reposts"
                },
                "search_query": {
                  "type": "string",
                  "description": "Raw X advanced search syntax escape hatch, combined with the structured params above"
                }
              }
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          }
        }
      }
    },
    "category": "search",
    "routeTemplate": ":var1"
  }
}

Provenance

Seen in the source catalog
2026-07-05 19:22Z
Last indexed by Roundhouse
2026-07-07 19:30Z
Last enriched (probe, favicon, geo)
2026-09-14 05:15Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 525
Report

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.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service tweets.use.x402atlas.com 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=tweets.use.x402atlas.com'
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://tweets.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.