x402 List

x402 Protocol Service Directory

The Bot Wire

Data PAYMENT-READY

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

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

ASSESSMENT

updated 19m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 97.9%
uptime 24h
0%
uptime 7d
91.7%
uptime 30d
97.9%
uptime 90d
97.9%
response p95
675ms
avg response
287ms
total checks
1,147

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.

jump to compliance checklist

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-24

Payout, 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"}

see all changes for this service

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-09 · uptime 94.4% · 169ms avg08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-28 · uptime 100.0% · 256ms avg07-29 · uptime 100.0% · 259ms avg07-30 · uptime 100.0% · 275ms avg07-31 · uptime 100.0% · 287ms avg08-01 · uptime 100.0% · 272ms avg08-02 · uptime 100.0% · 261ms avg08-03 · uptime 100.0% · 232ms avg08-04 · uptime 100.0% · 224ms avg08-05 · uptime 100.0% · 390ms avg08-06 · uptime 100.0% · 330ms avg08-07 · uptime 100.0% · 396ms avg08-08 · uptime 100.0% · 353ms avg08-09 · uptime 94.4% · 169ms avg08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-2808-13
30d UPTIME 97.9%
RESPONSE TIME
07-28 · 256ms avg07-28 · 256ms avg07-29 · 259ms avg07-29 · 259ms avg07-30 · 275ms avg07-30 · 275ms avg07-31 · 287ms avg07-31 · 287ms avg08-01 · 272ms avg08-01 · 272ms avg08-02 · 261ms avg08-02 · 261ms avg08-03 · 232ms avg08-03 · 232ms avg08-04 · 224ms avg08-04 · 224ms avg08-05 · 390ms avg08-05 · 390ms avg08-06 · 330ms avg08-06 · 330ms avg08-07 · 396ms avg08-07 · 396ms avg08-08 · 353ms avg08-08 · 353ms avg08-09 · 169ms avg08-09 · 169ms avg08-10 · 0ms avg08-10 · 0ms avg08-11 · 0ms avg08-11 · 0ms avg08-12 · 0ms avg08-12 · 0ms avg08-13 · 0ms avg08-13 · 0ms avg07-2808-13
AVG RESP 287ms
PRICE (captured 402, USD)
07-28 · $0.00508-13 · $0.005$0.00507-2808-13

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

SUB-SCORES (uptime + x402 compliance)
07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 98.9% compliance: 100% checks08-11 uptime: 98.5% compliance: 100% checks08-12 uptime: 98.2% compliance: 100% checks08-13 uptime: 97.9% compliance: 100% checksuptimecompliance07-2808-13

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)
07-28 · $0.2107-29 · $0.0107-31 · $0.9408-05 · $0.0108-06 · $108-07 · $0.0108-08 · $0.0108-09 · $0.01peak $107-2808-09
DISTINCT BUYERS
07-28 · 2 buyers07-29 · 1 buyer07-31 · 1 buyer08-05 · 2 buyers08-06 · 5 buyers08-07 · 1 buyer08-08 · 1 buyer08-09 · 2 buyerspeak 5 buyers07-2808-09

COMPLIANCE

14/14 checks pass · grade A

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 75ms bad_status: unexpected HTTP 404
○ DOWN 34ms bad_status: unexpected HTTP 404
○ DOWN 89ms bad_status: unexpected HTTP 404
○ DOWN 51ms bad_status: unexpected HTTP 404
○ DOWN 49ms bad_status: unexpected HTTP 404
○ DOWN 60ms bad_status: unexpected HTTP 404
○ DOWN 94ms bad_status: unexpected HTTP 404
○ DOWN 51ms bad_status: unexpected HTTP 404
○ DOWN 47ms bad_status: unexpected HTTP 404
○ DOWN 42ms bad_status: unexpected HTTP 404
○ DOWN 85ms bad_status: unexpected HTTP 404
○ DOWN 42ms bad_status: unexpected HTTP 404
○ DOWN 48ms bad_status: unexpected HTTP 404
○ DOWN 73ms bad_status: unexpected HTTP 404
○ DOWN 71ms bad_body: response not a valid x402 accepts[] payload
○ DOWN 57ms bad_body: response not a valid x402 accepts[] payload
○ DOWN 52ms bad_body: response not a valid x402 accepts[] payload
○ DOWN 103ms bad_body: response not a valid x402 accepts[] payload

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.