payment-ready until 2026-08-16
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 · $2.45 all-time · settled via coinbase
ASSESSMENT
updated 6h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 98%
- uptime 24h
- 0%
- uptime 7d
- 92%
- uptime 30d
- 98%
- uptime 90d
- 98%
- response p95
- 675ms
- avg response
- 287ms
- total checks
- 1,146
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.005 to $0.01 (p36 in Data)
- price (min)
- $0.005
- price (max)
- $0.01
- category percentile (min)
- p36 in Data
- category percentile (max)
- p24 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
- 16d
- registrar
- NameCheap, Inc.
- hosting
- custom
- domain created
- 2026-07-26
Identity facts, not a risk score.
traction $2.425 30d · 11 buyers · top buyer 98%
- volume 30d
- $2.425
- buyers 30d
- 11
- settlements 30d
- 451
- first settlement
- 2026-07-28
- last settlement
- 2026-08-09
- top buyer share
- 98% of 30d volume
- trend 7d vs 30d
- 2.24x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $2.45
- settlements all-time
- 451
- median settlement 30d
- $0.005
- max settlement 30d
- $0.01
- settled via
- coinbase ($2.42, 451 tx)
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.
CHANGES
1 event, detecting since 2026-07-24Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.
changes schema changed 9d ago (1 since 2026-07-24)
schema changed · 9d ago
schema removed GET /hn/latest exact eip155:8453 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 USDC 2
schema added GET /hn/latest exact eip155:8453 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 USDC 2 300 {"name":"USD Coin","version":"2"}
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| 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 |
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": "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.
Median across 11 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
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.
COMPLIANCE
14/14 checks pass · grade Alast 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
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>