mirrored listing x402 eip155:8453eip155:196

X Tweet Lookup ($0

X Tweet Lookup ($0.015/call): Fetch one X (Twitter) post by numeric id: full text, author, ISO timestamp, like/retweet/reply/view counts, hashtags, expanded links and mentions as clean JSON. No X account or API key needed.

Do you run x402.botsmith.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
15000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-10
updated

Provider

x402.botsmith.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xcb9b3F94387389e38EF2A7b3C0B851FB8325d7e9",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "15000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0xadd1a0a81836b1ea5b272dbed78746ba09f55370",
    "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
    "amount": "15000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "id": "1846987139428634858"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "author": {
            "handle": "example",
            "id": "44196397",
            "name": "Example Dev"
          },
          "createdAt": "2026-07-01T07:00:30.000Z",
          "hashtags": [
            "x402"
          ],
          "id": "1846987139428634858",
          "lang": "en",
          "links": [
            "https://x402.org"
          ],
          "mentions": [
            "coinbase"
          ],
          "metrics": {
            "likes": 1200,
            "quotes": 12,
            "replies": 85,
            "retweets": 340,
            "views": 250000
          },
          "text": "Shipping the new agent payments stack today. HTTP 402 is finally real.",
          "url": "https://x.com/example/status/1846987139428634858"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "id": {
                  "description": "Numeric tweet/post id",
                  "pattern": "^[0-9]{1,25}$",
                  "type": "string"
                }
              },
              "required": [
                "id"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "author": {
                  "additionalProperties": false,
                  "properties": {
                    "handle": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "handle",
                    "name",
                    "id"
                  ],
                  "type": "object"
                },
                "createdAt": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "description": "ISO 8601"
                },
                "hashtags": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "id": {
                  "type": "string"
                },
                "lang": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "links": {
                  "description": "Expanded outbound URLs",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "mentions": {
                  "description": "Mentioned handles",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "metrics": {
                  "additionalProperties": false,
                  "properties": {
                    "likes": {
                      "anyOf": [
                        {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "quotes": {
                      "anyOf": [
                        {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "replies": {
                      "anyOf": [
                        {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "retweets": {
                      "anyOf": [
                        {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "views": {
                      "anyOf": [
                        {
                          "maximum": 9007199254740991,
                          "minimum": -9007199254740991,
                          "type": "integer"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "likes",
                    "retweets",
                    "replies",
                    "quotes",
                    "views"
                  ],
                  "type": "object"
                },
                "text": {
                  "type": "string"
                },
                "url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "required": [
                "id",
                "url",
                "text",
                "createdAt",
                "lang",
                "author",
                "metrics",
                "hashtags",
                "links",
                "mentions"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402.botsmith.dev/x/tweet"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.botsmith.dev/x/tweet");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402.botsmith.dev/x/tweet")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/486.json, and this resource appears in /discovery/resources and /discovery/search.