Quick Start
Get started with Proxagora in minutes. No signup required — just discover, call, and pay.
⚡
Three primitives
Discover the API catalog → Call an endpoint (get 402 back) → Pay via x402 or Stripe MPP header
1
Discover the API catalog
Fetch the full catalog to see available APIs, their descriptions, categories, and per-call costs in USDC.
Response — an array of API listings:
2
Call an API endpoint
POST to the endpoint with your parameters. Without payment, you'll receive an HTTP 402 Payment Required response with payment instructions.
The 402 response tells you what payment is needed:
3
Attach payment and retry
Include a signed payment proof in the X-Payment header (x402 on Base) or X-MPP-Payment (Stripe MPP). The API validates on-chain or via Stripe and returns the data.
Successful response: