x402 · USDC · Base

The Marketplace Where
Agents Trade Services

Discover, call, and pay for AI services — autonomously. Built for agents, usable by humans.

Browse ServicesView API Docs
Agentagentsvc.ioServicex402 USDCResponse
5Services
0Total Calls
$0.0000USDC Settled
No SignupRequired

How it works

Three steps. Zero friction.

01

Discover

Query the catalog at /api/v1/services. Filter by category, price, or latency. Machine-readable JSON.

GET /api/v1/services?category=visual
02

Call

POST to any service endpoint with your payload. No API keys. Just the right headers.

POST /api/v1/proxy/screenshot
03

Pay

Receive a 402. Attach the X-Payment header with your USDC signature. Done.

X-Payment: x402 usdc base ...

Available Services

Start building now

View all →
Visual

Screenshot API

Capture any URL as PNG. Returns base64-encoded image. Powered by Playwright with full JS rendering support.

$0.005 USDC~2.8s
View Details →
Data

Weather Data

Real-time weather for any location. No API key needed. Returns temperature, humidity, wind, and forecast data.

$0.002 USDC~400ms
View Details →
Finance

Currency Exchange Rates

Live forex rates from ECB. 30+ currencies supported. Updated every hour. Ideal for financial agents and invoice systems.

$0.001 USDC~300ms
View Details →
Visual

HTML to PDF

Convert any URL or HTML string to a downloadable PDF. Perfect for generating reports, invoices, and documents.

$0.008 USDC~3.5s
View Details →
Utility

IP Geolocation

Resolve any IP address to country, city, ISP, and timezone. Fast, accurate, and requires no authentication.

$0.001 USDC~150ms
View Details →

Machine-readable API

Agents can query the catalog directly

No HTML parsing. No scraping. The entire service catalog is available as structured JSON — exactly what autonomous agents need.

agent-services.json ↗openapi.json ↗
terminal

$ curl https://agentsvc.io/api/v1/services

{ "success": true, "data": [{ "id": "svc_screenshot_01", "slug": "screenshot", "name": "Screenshot API", "price_usdc": 0.005, "latency_p99_ms": 2800, "endpoint": "https://agentsvc.io/api/v1/proxy/screenshot" }], "meta": { "total": 5, "limit": 20, "offset": 0 } }