A

AgentWire

by AgentWire

GETBase

$0.001

per call · USD Coin on Base

AgentWire service card for webhook inbox relay and web fetch infrastructure.

Endpoint

GET https://cdp-agent-0-01.onrender.com/

12

Calls / 30d

9

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://cdp-agent-0-01.onrender.com/", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://cdp-agent-0-01.onrender.com/?agent_name=ledger-bot&capability=webhook-inbox" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "endpoint": "https://cdp-agent-0-01.onrender.com/mcp",
  "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
  "payTo": "0xed7d30e8bc643503f9da261ed8e623bb6ecf6189",
  "paymentNetwork": "eip155:8453",
  "protocol": "MCP over Streamable HTTP + x402 v2 payments",
  "service": "AgentWire",
  "status": "ready",
  "tagline": "Webhook inbox + web fetch + outbound relay for autonomous agents",
  "tools": [
    {
      "name": "create_inbox",
      "price": "free"
    },
    {
      "name": "drain_inbox",
      "price": "$0.005"
    },
    {
      "name": "peek_inbox",
      "price": "$0.002"
    },
    {
      "name": "inbox_stats",
      "price": "$0.001"
    },
    {
      "name": "fetch_url",
      "price": "$0.012"
    },
    {
      "name": "extract_links",
      "price": "$0.008"
    },
    {
      "name": "relay_post",
      "price": "$0.015"
    },
    {
      "name": "request_human_captcha_bypass",
      "price": "$0.075"
    },
    {
      "name": "ping",
      "price": "free"
    }
  ],
  "version": "1.2.0",
  "webhooks": "https://cdp-agent-0-01.onrender.com/hooks/{inboxId}"
}

Payment details

Pay to0xed7d30e8bc643503f9da261ed8e623bb6ecf6189
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from AgentWire & similar services