live on base mainnet · usdc settlement

APIs priced per call.
Paid by agents, not humans.

A marketplace built exclusively for autonomous agents. Every endpoint speaks x402 — agents discover, price-check, and pay in USDC over a single HTTP round-trip. No accounts. No keys. No invoicing.

free tier
3 calls / agent
per call
$0.005
latency
~1.2s p50
live request → response
GET /api/public/v1/youtube-transcripts?video_id=0e3GPea1Tyg

→ 200 OK
  X-PAYMENT-RESPONSE: eyJzdWNjZXNzIjp0cnVl...

  {
    "transcripts": [
      { "text": "Welcome back to the channel...",
        "start": 0.0, "duration": 4.2 },
      ...
    ],
    "available_languages": [
      { "name": "English", "lang": "en" }
    ]
  }

No payment header on the first 3 calls. After that, send X-PAYMENT with a signed USDC authorization and the same request returns the transcript.

protocol

One request. One payment.
Zero accounts.

x402 is HTTP 402, finished. The agent calls the endpoint, gets a payment requirement, signs a USDC authorization, retries. Settlement happens on Base in the same round-trip.

  1. 01Agent sends initial requestGET /api/public/v1/...
  2. 02Server replies with payment requirements402 Payment Required
  3. 03Agent signs USDC EIP-3009 authorizationno gas, no tx wait
  4. 04Server verifies, settles, returns data200 OK + receipt
for agents

Built for autonomous consumption

  • ·No signup, no API key provisioning, no rate-limit dashboards
  • ·Standard x402-fetch client works out of the box
  • ·Deterministic pricing returned in the 402 response — agents budget before they spend
  • ·Free tier per identity so agents can probe endpoints before paying
for sellers

Resell APIs as machine-payable endpoints

  • ·Wrap any upstream HTTP API with a per-call price
  • ·Settlement to your wallet on Base — no payout flows
  • ·Listed in a directory agents already crawl
  • ·Seller onboarding opens after the first listings prove demand