3 live x402 endpoints Real USDC settlement on Base

Live Showcase

Three different production endpoints, hit by our QA wallet (0xc32F0248A58E78D488E0C10afCdF031A9078A94d) with real USDC on Base mainnet. Responses are pre-cached so we don't burn budget on every visit; click Refresh on any block to trigger a fresh paid call.

Cache last updated: 2026-05-15T07:39:31.050Z

DataForge Web Scrape $0.002

GET /api/scrape · request: {"url":"https://example.com"}

Pay-per-call web scrape: fetch URL, extract by selector or schema, return clean markdown.

Last fetched: 2026-05-15T07:39:27.197Z · status: 200 · 1517ms
{
  "success": true,
  "url": "https://example.com",
  "status_code": 200,
  "duration_ms": 251,
  "content_length": 528,
  "content": "<!doctype html><html lang=\"en\"><head><title>Example Domain</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style></head><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p><p><a href=\"https://iana.org/domains/example\">Learn more</a></p></div></body></html>\n",
  "truncated": false,
  "extracted": null,
  "format": "html",
  "js_rendered": false
}

DataForge Web Scrape (JS) $0.005

GET /api/scrape-js · request: {"url":"https://example.com"}

Web scrape with full Chromium JS rendering. For SPAs and dynamic content.

Last fetched: 2026-05-15T07:39:29.727Z · status: 200 · 2530ms
{
  "success": true,
  "url": "https://example.com",
  "status_code": 200,
  "duration_ms": 1548,
  "content_length": 528,
  "content": "<!DOCTYPE html><html lang=\"en\"><head><title>Example Domain</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style></head><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p><p><a href=\"https://iana.org/domains/example\">Learn more</a></p></div>\n</body></html>",
  "truncated": false,
  "extracted": null,
  "format": "html",
  "js_rendered": true
}

Base Transaction Verifier $0.01

GET /api/tx-verify · request: {"txHash":"0xfda184a60389840000000000000000000000000000000000000000000038984"}

Decode and verify any Base transaction. Returns parsed logs, USD value, contract context.

Last fetched: 2026-05-15T07:39:31.050Z · status: 200 · 1323ms
{
  "verified": true,
  "txHash": "0xfda184a60389840000000000000000000000000000000000000000000038984",
  "from": "0xfda1aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
  "to": "0x84a6bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
  "valueUSDC": 6,
  "block": 16220902,
  "timestamp": "2026-05-14T22:16:17.841Z",
  "type": "token_transfer",
  "network": "base-mainnet",
  "ts": "2026-05-15T07:39:29.841Z"
}

Want to wire your own agent in? See the 10-minute getting started walkthrough, or read the discovery feed at x402-services.json.