x402 V2 vending machine

Pay-per-call utilities for agents

Network eip155:8453 · exact USDC · micropayments are final (no refunds). 17 live utilities — no mock payloads.

Email validation

$0.004 USDC

Validate email format, disposable-domain heuristics, and live DNS MX records via DoH for outreach and lead-gen agents

GET /api/v/email-validate?email=…

IP geolocation

$0.003 USDC

Live IP geolocation: country, city, org, and ASN for fraud and routing agents

GET /api/v/ip-lookup?ip=…

Weather snapshot

$0.003 USDC

Current temperature and wind for a city from Open-Meteo (live forecast data)

GET /api/v/weather

Crypto spot prices

$0.005 USDC

Live USD spot prices for crypto assets via CoinGecko simple price API

GET /api/v/crypto-prices

QR code

$0.002 USDC

Generate a PNG QR code URL for payment and onboarding payloads (upstream probed live)

GET /api/v/qr-code?data=…

DNS resolve

$0.003 USDC

Resolve A and AAAA records for a public hostname via DNS-over-HTTPS (60s cache)

GET /api/v/dns-resolve?host=…

HTTP HEAD probe

$0.002 USDC

Public URL status, latency, and response header subset for uptime and health agents

GET /api/v/http-head?url=…

Infra bundle (DNS + HEAD + TLS)

$0.01 USDC

Single payment bundle: DNS A/AAAA, HTTP HEAD probe, and TLS certificate peek for agent infra workflows

GET /api/v/bundle-infra

TLS certificate peek

$0.004 USDC

TLS peer certificate subject, issuer, expiry, and authorization status for a public host

GET /api/v/tls-cert?host=…

WHOIS / RDAP lite

$0.008 USDC

Domain registration status, registrar, dates, and nameservers via RDAP (lite fields only)

GET /api/v/whois-lite?domain=…

FX rates

$0.003 USDC

Live fiat FX rates (Frankfurter/ECB primary, open.er-api fallback) for cross-border agents

GET /api/v/fx-rate

Redirect trace

$0.003 USDC

Follow a public redirect chain with per-hop HTTP status (SSRF-safe) for security agents

GET /api/v/redirect-trace?url=…

DNS multi-record

$0.004 USDC

Resolve multiple DNS record types (A, AAAA, MX, TXT, NS, CNAME) in one call via DoH for deliverability and security agents

GET /api/v/dns-records?host=…

HTTP GET (capped body)

$0.004 USDC

SSRF-safe public GET with status, headers, and size-capped JSON/text body for agent tool use

GET /api/v/http-get?url=…

Fetch page text

$0.005 USDC

Fetch a public page and return plain text (HTML stripped) for research, RAG, and summarization agents

GET /api/v/fetch-text?url=…

Base wallet balances

$0.003 USDC

Live Base mainnet ETH and USDC balances for an address — treasury and agent wallet checks

GET /api/v/base-balance?address=…

Domain intel pack

$0.015 USDC

One payment: DNS + TLS cert + RDAP WHOIS + HTTP HEAD for brand protection and security agents

GET /api/v/domain-intel

Discovery: agent-services.json, x402, OpenAPI

Client test: /test