How it works
- Make a request without an API key
- Rekko returns
HTTP 402 Payment Requiredwith a payment envelope - Your x402 client automatically pays the USDC amount and retries
- The response comes back as normal
Pricing
Per-call pricing matches the subscription tiers:Setup
1
Fund a wallet on Base L2
You need a wallet with USDC on Base (Coinbase’s L2 network). Bridge from Ethereum mainnet or purchase directly.
2
Install an x402 client
Use the
RekkoClient from the rekko-skill repo, or any x402-compatible HTTP client:3
Make requests
X402_PRIVATE_KEY in your environment for auto-detection. Payments are handled automatically per request.When to use x402
- No subscription commitment — pay only for what you use
- Agent-native — autonomous agents can self-fund from a wallet
- Pseudonymous — no email signup required
- Composable — works alongside other x402-enabled APIs