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.
first settlement 2026-07-28 · $0.21 all-time · settled via coinbase
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 319ms
- avg response
- 258ms
- total checks
- 24
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
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)
- p32 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
- 1d
- registrar
- NameCheap, Inc.
- hosting
- custom
- domain created
- 2026-07-26
Identity facts, not a risk score.
traction $0.20 30d · 1 buyers
- volume 30d
- $0.20
- buyers 30d
- 1
- settlements 30d
- 36
- first settlement
- 2026-07-28
- last settlement
- 2026-07-28
- top buyer share
- 100% of 30d volume
- trend 7d vs 30d
- 4.29x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $0.21
- settlements all-time
- 36
- median settlement 30d
- $0.005
- max settlement 30d
- $0.01
- settled via
- coinbase
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-derivedThe Bot Wire provides real-time data wires for AI agents including news, SEC filings, security advisories, regulations, weather alerts, and more.
- category
- data-aggregation
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /arxiv/latest | $0.005 | Base | USDC | |
| GET | /cve/latest | $0.005 | Base | USDC | |
| GET | /edgar/filings | $0.01 | Base | USDC | |
| GET | /fed/latest | $0.01 | Base | USDC | |
| GET | /headlines | $0.005 | Base | USDC | |
| GET | /hn/latest | $0.005 | Base | USDC | |
| GET | /news | $0.005 | Base | USDC | |
| GET | /quake/latest | $0.005 | Base | USDC | |
| GET | /reg/latest | $0.005 | Base | USDC | |
| GET | /status/latest | $0.005 | Base | USDC | |
| GET | /weather/alerts | $0.005 | Base | USDC |
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.
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": "http://thebotwire.com/news",
"mimeType": "",
"description": "Ranked real-time news search for AI agents (q, since, category)."
},
"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": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "http://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
},
{
"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": "http://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": "http://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": "http://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": "http://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": "http://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": "http://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": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "http://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": "http://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": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "http://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
}
] OVER TIME
All charts share the 90d window selected here. 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.
Median across 11 endpoints. Use the selector to isolate one.
COMPLIANCE
14/14 checks pass · grade A- 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) · click to expand
EMBED THIS BADGE
<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>
[](https://x402-list.com/services/the-bot-wire?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>