twit.use.x402atlas.com

https://twit.use.x402atlas.com/search

Shares a payout wallet with 21 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

Search Twitter/X tweets with structured filters. Returns up to 20 tweets per page with pagination cursor, full text, author profile and engagement metrics (likes, retweets, replies, quotes, views). Params: words, phrase, any_words, none_words, hashtags, from, to, mentioning, filter, min_likes, min_retweets, min_replies, since, until, within_time, near, since_id, max_id, type (top|latest), cursor; search_query accepts raw X search syntax. e.g. GET /search?words=bitcoin&from=elonmusk. Clean JSON.

20
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

0.0% avg
0% 50% 100% Sat 9 PMMon 10 PMTue 10 PMThu 10 PM

Response time

0ms 50ms 100ms Sat 9 PMMon 10 PMTue 10 PMThu 10 PM
Data table
Reliability history per time bucket over the last 7 days (hourly).
Bucket Uptime Probes Response time
8/15/2026, 9:00:00 PM 0% 1
8/16/2026, 10:00:00 PM 0% 1
8/17/2026, 10:00:00 PM 0% 1
8/18/2026, 10:00:00 PM 0% 1
8/19/2026, 10:00:00 PM 0% 1
8/20/2026, 10:00:00 PM 0% 1
20
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
14

How often it was reachable when we probed it (weight 35%).

Latency
not yet measured

How quickly it answers when it is up — fast scores high (weight 20%).

Security
0

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
3

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Amazon Registrar, Inc.
Domain registered
2025-10-17
Hosting network
AT-88-Z
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

112
payments (30d)
0.56
USD volume (30d)
13
paying wallets (30d)

Payments per day

last payment 8/21/2026
0 15 30 Jul 27Aug 8Aug 14Aug 21
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/27/2026 21 0.11 1
8/1/2026 1 0.01 1
8/4/2026 5 0.03 1
8/5/2026 11 0.06 2
8/6/2026 13 0.07 3
8/8/2026 14 0.07 2
8/10/2026 1 0.01 1
8/12/2026 2 0.01 1
8/13/2026 1 0.01 1
8/14/2026 1 0.01 1
8/15/2026 22 0.11 2
8/16/2026 5 0.03 1
8/18/2026 2 0.01 2
8/19/2026 9 0.05 2
8/21/2026 4 0.02 1

This payout wallet is shared: figures cover all 22 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Linked by wallet — likely same operator

On-chain agent identity and the x402 endpoint that shares its settlement wallet.

Response schema
{
  "properties": {
    "cursor": {
      "description": "Pagination cursor for the next page, if any",
      "type": "string"
    },
    "queried_at": {
      "description": "UTC timestamp when this bridge ran the search",
      "format": "date-time",
      "type": "string"
    },
    "query": {
      "description": "The assembled X advanced-search query string sent upstream",
      "type": "string"
    },
    "tweet_count": {
      "description": "Number of tweets in this page",
      "type": "integer"
    },
    "tweets": {
      "items": {
        "properties": {
          "author": {
            "properties": {
              "avatar": {
                "type": "string"
              },
              "description": {
                "type": "string"
              },
              "followers": {
                "type": "integer"
              },
              "id": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "screen_name": {
                "type": "string"
              },
              "verified": {
                "description": "Blue-check verification status",
                "type": "boolean"
              }
            },
            "type": "object"
          },
          "bookmarks": {
            "type": "integer"
          },
          "conversation_id": {
            "type": "string"
          },
          "created_at": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "description": "Tweet ID",
            "type": "string"
          },
          "in_reply_to_id": {
            "description": "Parent tweet ID, if this is a reply",
            "type": "string"
          },
          "in_reply_to_user": {
            "description": "Parent tweet's author screen name, if this is a reply",
            "type": "string"
          },
          "is_quote": {
            "type": "boolean"
          },
          "lang": {
            "description": "BCP-47 language code",
            "type": "string"
          },
          "likes": {
            "type": "integer"
          },
          "quotes": {
            "type": "integer"
          },
          "replies": {
            "type": "integer"
          },
          "retweets": {
            "type": "integer"
          },
          "text": {
            "type": "string"
          },
          "urls": {
            "description": "Expanded URLs linked in the tweet",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "views": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "type": {
      "description": "Result ranking used for this page",
      "enum": [
        "top",
        "latest"
      ],
      "type": "string"
    }
  },
  "type": "object"
}