Monetize any HTTP endpoint in seconds. AI agents and developers pay per request using real Stellar micropayments. No subscriptions, no billing cycles — just instant USDC settlements.
// Before: a normal fetch const response = await fetch(url); // After: wrap once, pay automatically forever const payFetch = wrapFetchWithPayment(fetch, client); const response = await payFetch("https://paygate-stellar-swart.vercel.app/api/x/your-api");
The full payment lifecycle happens automatically — from API call to USDC settlement.
Register any HTTP endpoint in seconds. PayGate wraps it with an x402 payment gate and gives you a public endpoint, docs, and a live analytics dashboard.
An AI agent or human sends a request. PayGate intercepts, returns a 402 Payment Required with a Stellar payment requirement embedded in the header.
The caller's wallet signs a micropayment — no subscriptions, no invoices. The Soroban facilitator verifies and settles the transaction in seconds.
Once payment is verified, PayGate forwards the request to the developer's real backend and returns the response. The developer earns USDC instantly.
Connect your Stellar wallet, register your endpoint, and start earning USDC per call — in under 5 minutes.
Discover ready-to-use premium APIs. Test them live in the browser using the built-in PayGate Playground.