x402 List

x402 Protocol Service Directory

The Bot Wire

Data

payment-ready 2026-08-09, probe currently failing

10 real-time data wires for AI agents: breaking news (40 sources), SEC EDGAR filings, CVEs/security advisories, US federal regulations, severe weather alerts, earthquakes, new arXiv AI papers, Fed/ECB announcements, Hacker News, and cloud provider outages. Refreshed every 5 minutes, searchable in milliseconds. x402 pay-per-call from $0.005 USDC on Base, free previews on every wire, MCP wrapper on npm (botwire-mcp).

Pay from $0.005 to $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

measured since 2026-07-28 (start of our harvest window) · $2.45 all-time · last settled 2026-08-09

BASE URL https://thebotwire.com WEBSITE https://thebotwire.com ENDPOINTS 11 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

VERDICT

ranking generation 3

Not ranked yet: this listing was not in the ranked pool for Data the last time we built it, which happens at most once a minute. A service listed moments ago enters at the next rebuild.

ALTERNATIVES IN DATA

Other Data services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
glim.sh strong 96 100% $48.73
StableEnrich strong 95 100% $1.9k
SniperX•x402 strong 95 100% $356.23
cn402 strong 93 100% $36.64
API Acre solid 92 99.5% $31.95
5 of 317 other ranked services in Data · see the whole category

ASSESSMENT

updated 6h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 0%
uptime 24h
0%
uptime 7d
0%
uptime 30d
0%
uptime 90d
86.3%
response p95
-
avg response
-
total checks
121

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14), stale (probe failing)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $0.01 (p40 in Data)
price (min)
$0.005
price (max)
$0.01
category percentile (min)
p40 in Data
category percentile (max)
p26 in Data
endpoints / prices
11 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
52d
registrar
NameCheap, Inc.
hosting
custom
domain created
2026-07-26

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
measured since
2026-07-28 (start of our harvest window)
last settlement
2026-08-09
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$2.45
settlements all-time
451
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /arxiv/latest $0.005 Base USDC header
GET /cve/latest $0.005 Base USDC header
GET /edgar/filings $0.01 Base USDC header
GET /fed/latest $0.01 Base USDC header
GET /headlines $0.005 Base USDC header
GET /hn/latest $0.005 Base USDC header
GET /news $0.005 Base USDC header
GET /quake/latest $0.005 Base USDC header
GET /reg/latest $0.005 Base USDC header
GET /status/latest $0.005 Base USDC header
GET /weather/alerts $0.005 Base USDC header
11 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /arxiv/latest returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://thebotwire.com/arxiv/latest'
// 402 response (captured by monitor) · 11 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/reg/latest",
      "mimeType": "",
      "description": "New US federal regulations from the Federal Register: final rules, proposed rules, notices, presidential documents."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "type": "rule",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "type": {
                      "enum": [
                        "rule",
                        "proposed-rule",
                        "notice",
                        "presidential"
                      ],
                      "type": "string",
                      "description": "Filter by type"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/status/latest",
      "mimeType": "",
      "description": "Cloud outage wire: live incident reports from AWS, Google Cloud, Azure DevOps, GitHub, Cloudflare, OpenAI, Anthropic."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "limit": 10,
              "since": "24h",
              "provider": "aws"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    },
                    "provider": {
                      "enum": [
                        "aws",
                        "github",
                        "cloudflare",
                        "openai",
                        "anthropic",
                        "azure",
                        "gcp"
                      ],
                      "type": "string",
                      "description": "Filter by provider"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/news",
      "mimeType": "",
      "description": "Breaking news search across 40 curated world, business, markets, technology, crypto and energy sources. Ask what just happened on any topic and get ranked headlines newer than any model's training cutoff, each with its publisher, publication timestamp and link."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "fed rates",
              "limit": 10,
              "since": "2h",
              "category": "markets"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "fed rates",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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",
                  "required": [
                    "q"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "description": "Search terms"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    },
                    "category": {
                      "enum": [
                        "markets",
                        "crypto",
                        "tech",
                        "world",
                        "business",
                        "energy"
                      ],
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/fed/latest",
      "mimeType": "",
      "description": "Central bank announcements for finance agents: Federal Reserve press releases, FOMC monetary policy, ECB."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "src": "fed",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "src": {
                      "enum": [
                        "fed",
                        "fomc",
                        "ecb"
                      ],
                      "type": "string",
                      "description": "Filter by src"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/weather/alerts",
      "mimeType": "",
      "description": "Active US severe weather alerts from the National Weather Service: extreme and severe watches, warnings, advisories."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "limit": 10,
              "since": "24h",
              "severity": "extreme"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    },
                    "severity": {
                      "enum": [
                        "extreme",
                        "severe",
                        "immediate"
                      ],
                      "type": "string",
                      "description": "Filter by severity"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/cve/latest",
      "mimeType": "",
      "description": "Latest security advisories and CVEs for coding/security agents: CISA, Microsoft MSRC, Ubuntu, Debian, Zero Day Initiative."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "src": "cisa",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "src": {
                      "enum": [
                        "cisa",
                        "ubuntu",
                        "msrc",
                        "debian",
                        "zdi"
                      ],
                      "type": "string",
                      "description": "Filter by src"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/arxiv/latest",
      "mimeType": "",
      "description": "Newest AI and computer science research papers from arXiv: cs.AI, cs.LG (ML), cs.CL (NLP), cs.CR (security)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "cat": "ai",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "cat": {
                      "enum": [
                        "ai",
                        "ml",
                        "nlp",
                        "security"
                      ],
                      "type": "string",
                      "description": "Filter by cat"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/quake/latest",
      "mimeType": "",
      "description": "Latest earthquakes worldwide from USGS: significant events, magnitude 4.5+ and 2.5+ with location and timing."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "mag": "significant",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "mag": {
                      "enum": [
                        "significant",
                        "m4.5",
                        "m2.5"
                      ],
                      "type": "string",
                      "description": "Filter by mag"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/hn/latest",
      "mimeType": "",
      "description": "Hacker News for AI agents: front page, Show HN launches, and rising stories with points thresholds."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "feed": "frontpage",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "feed": {
                      "enum": [
                        "frontpage",
                        "show",
                        "rising"
                      ],
                      "type": "string",
                      "description": "Filter by feed"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/edgar/filings",
      "mimeType": "",
      "description": "Latest SEC EDGAR filings search: 8-K, 10-K/Q, insider Form 4, S-1, 13F, 13D."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "search terms",
              "form": "8-k",
              "limit": 10,
              "since": "24h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": "search terms",
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "q": {
                      "type": "string",
                      "description": "Search terms (optional — omit for latest items)"
                    },
                    "form": {
                      "enum": [
                        "8-k",
                        "10-q",
                        "10-k",
                        "form-4",
                        "s-1",
                        "13f",
                        "6-k",
                        "13d"
                      ],
                      "type": "string",
                      "description": "Filter by form"
                    },
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xC14A40252a34F755E41eBaf25D7F3C183d720c20",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://thebotwire.com/headlines",
      "mimeType": "",
      "description": "Latest headlines by category for AI agents."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 15,
              "category": "crypto"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "query": null,
              "since": "24h",
              "took_ms": 1.2,
              "articles": [
                {
                  "url": "https://example.com/article",
                  "title": "Example headline about the query topic",
                  "source": "Reuters",
                  "summary": "One-paragraph summary of the article.",
                  "category": "markets",
                  "published": "2026-07-28T12:00:00.000Z",
                  "relevance": 0.91,
                  "age_minutes": 12
                }
              ],
              "freshest": "2026-07-28T12:00:00.000Z"
            }
          }
        },
        "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": {
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "minimum": 1,
                      "description": "Max results (default 10)"
                    },
                    "since": {
                      "type": "string",
                      "description": "Freshness window like 30m, 2h, 24h, 3d"
                    },
                    "category": {
                      "enum": [
                        "markets",
                        "crypto",
                        "tech",
                        "world",
                        "business",
                        "energy"
                      ],
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/the-bot-wire/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-23 · uptime 0.0%08-24 · uptime 0.0%08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%08-23 · uptime 0.0%08-24 · uptime 0.0%08-25 · uptime 0.0%08-26 · uptime 0.0%08-27 · uptime 0.0%08-28 · uptime 0.0%08-29 · uptime 0.0%08-30 · uptime 0.0%08-31 · uptime 0.0%09-01 · uptime 0.0%09-02 · uptime 0.0%09-03 · uptime 0.0%09-04 · uptime 0.0%09-05 · uptime 0.0%09-06 · uptime 0.0%09-07 · uptime 0.0%09-08 · uptime 0.0%09-09 · uptime 0.0%09-10 · uptime 0.0%09-11 · uptime 0.0%09-12 · uptime 0.0%09-13 · uptime 0.0%09-14 · uptime 0.0%09-15 · uptime 0.0%09-16 · uptime 0.0%09-17 · uptime 0.0%09-18 · uptime 0.0%09-19 · uptime 0.0%09-20 · uptime 0.0%09-21 · uptime 0.0%08-2309-21
30d UPTIME 0%
RESPONSE TIME
no data
AVG RESP ---
PRICE (captured 402, USD)
08-22 · $0.00509-21 · $0.005$0.00508-2209-21

Median across 11 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-22 uptime: 94.8% compliance: 100% checks08-23 uptime: 94.5% compliance: 100% checks08-24 uptime: 94.2% compliance: 100% checks08-25 uptime: 93.9% compliance: 100% checks08-26 uptime: 93.7% compliance: 100% checks08-27 uptime: 93.1% compliance: 100% checks08-28 uptime: 92.1% compliance: 100% checks08-29 uptime: 91.0% compliance: 100% checks08-30 uptime: 89.7% compliance: 100% checks08-31 uptime: 88.2% compliance: 100% checks09-01 uptime: 86.1% compliance: 100% checks09-02 uptime: 83.6% compliance: 100% checks09-03 uptime: 80.3% compliance: 100% checks09-04 uptime: 76.0% compliance: 100% checks09-05 uptime: 69.6% compliance: 100% checks09-06 uptime: 59.3% compliance: 100% checks09-07 uptime: 40.7% compliance: 100% checks09-08 uptime: 0.0% compliance: 100% checks09-09 uptime: 0.0% compliance: 100% checks09-10 uptime: 0.0% compliance: 100% checks09-11 uptime: 0.0% compliance: 100% checks09-12 uptime: 0.0% compliance: 100% checks09-13 uptime: 0.0% compliance: 100% checks09-14 uptime: 0.0% compliance: 100% checks09-15 uptime: 0.0% compliance: 100% checks09-16 uptime: 0.0% compliance: 100% checks09-17 uptime: 0.0% compliance: 100% checks09-18 uptime: 0.0% compliance: 100% checks09-19 uptime: 0.0% compliance: 100% checks09-20 uptime: 0.0% compliance: 100% checks09-21 uptime: 0.0% compliance: 100% checksuptimecompliance08-2209-21

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A · stale (probe failing)

last 402 captured 2026-08-04 · last up 2026-08-09

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
○ DOWN 55ms bad_status: unexpected HTTP 404
○ DOWN 58ms bad_status: unexpected HTTP 404
○ DOWN 77ms bad_status: unexpected HTTP 404
○ DOWN 138ms bad_status: unexpected HTTP 404
○ DOWN 76ms bad_status: unexpected HTTP 404
○ DOWN 65ms bad_status: unexpected HTTP 404
○ DOWN 58ms bad_status: unexpected HTTP 404
○ DOWN 81ms bad_status: unexpected HTTP 404
○ DOWN 734ms bad_status: unexpected HTTP 404
○ DOWN 91ms bad_status: unexpected HTTP 404
○ DOWN 59ms bad_status: unexpected HTTP 404
○ DOWN 59ms bad_status: unexpected HTTP 404
○ DOWN 78ms bad_status: unexpected HTTP 404
○ DOWN 34ms bad_status: unexpected HTTP 404
○ DOWN 34ms bad_status: unexpected HTTP 404
○ DOWN 149ms bad_status: unexpected HTTP 404
○ DOWN 53ms bad_status: unexpected HTTP 404
○ DOWN 246ms bad_status: unexpected HTTP 404

EMBED THIS BADGE

Show that The Bot Wire is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

The Bot Wire listed on x402-list
status
The Bot Wire uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/the-bot-wire?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/the-bot-wire.svg" alt="The Bot Wire listed on x402-list" height="28">
</a>
// Markdown
[![The Bot Wire on x402-list](https://x402-list.com/badge/the-bot-wire.svg)](https://x402-list.com/services/the-bot-wire?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/the-bot-wire?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/the-bot-wire.svg?data=uptime" alt="The Bot Wire uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/the-bot-wire/update.