x402 Native • USDC on Base

The API Marketplace
for AI Agents

No keys. No signup. Just pay per request in USDC and call any API from your agent.

How It Works

The x402 protocol makes API payments native to HTTP.

01

Connect via MCP or HTTP

Add api.calyx.market/mcp to your MCP config, or call any endpoint directly.

02

Receive a 402, Pay in USDC

No signup required. Your agent pays per request using the x402 protocol on Base L2.

03

Get the Data

The gateway verifies payment and proxies your request to the upstream API in milliseconds.

Integrate in minutes

Two requests. That's all it takes.

# 1. Make the request (you'll get a 402)
curl -X POST https://api.calyx.market/v1/scrape \
  -H "Content-Type: application/json" \
  -d '{"url": "https://news.ycombinator.com"}'

# 2. Retry with payment header
curl -X POST https://api.calyx.market/v1/scrape \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <your_x402_payment>" \
  -d '{"url": "https://news.ycombinator.com", "schema": {"title": "string", "points": "number"}}'