GST Validator
$0.0010Validate Indian GST numbers.
API micropayments · Solana · USDC
Every call settled in USDC, on Solana, in 400 ms. A native HTTP 402 challenge your AI-agent consumers already understand — no subscriptions, no $0.50 minimums, no chargebacks.
1import express from 'express';2import { agentPaywall } from '@agentpaywall/sdk';34const app = express();56app.get(7 '/api/weather',8 agentPaywall({9 priceUsdc: 0.001,10 recipientWallet: process.env.WALLET!,11 apiId: 'weather-v1',12 }),13 (req, res) => res.json({ temp: 72 }),14);
Every call returns a 402 Payment Required with USDC instructions. Consumer signs the Solana tx, retries with X-Payment-Proof, gets 200. Middleware handles replay, verification, recording.
One wrapper around your handler. Everything else is Solana doing its job.
1import express from 'express';2import { agentPaywall } from '@agentpaywall/sdk';34const app = express();56app.get('/api/weather',7 agentPaywall({ priceUsdc: 0.001, recipientWallet: YOUR_WALLET, apiId: YOUR_API_ID }),8 (req, res) => res.json({ temp: 72, condition: 'clear' }),9);
Your API now charges $0.001 per call, settled on Solana, tracked in your dashboard.
Every row is a real endpoint on the network. Watch it flash green when a payment lands.
Drop the middleware on any route. Existing handlers keep working exactly as before.
Callers receive a 402 challenge, sign a Solana transaction, and retry with the signature.
USDC lands in your wallet in 400 ms. Every call tracked in the dashboard.
The only chain fast and cheap enough to settle a payment inside a single request.
Traditional payment rails are built for checkouts, not per-call pricing. At $0.001 a call you'd lose $0.299 every time.
The next million API consumers are AI agents. They can hold a Solana wallet. They cannot fill in a card form.
Your USDC arrives before your handler finishes serializing the response. Fees: $0.00025. That makes $0.001/call math work.
The x402 standard (Linux Foundation · Coinbase · Stripe · Google) defines the open payment protocol. AgentPaywall is the managed product layer built on top — dashboard, marketplace, analytics, and an India-first developer community that the raw protocol will never include.
Same 402 standard. Any consumer that speaks the x402 protocol works with AgentPaywall out of the box. Being built on an open Linux Foundation standard is a feature, not a constraint.
India-first. Coinbase's facilitator won't have a Hindi-speaking community, 100xDevs integrations, or India-focused DX. Distribution built on relationships isn't a technical feature — it can't be forked.
Cheaper than Coinbase CDP below $0.10/call. Coinbase's facilitator charges a flat $0.001 per transaction. AgentPaywall's 1% fee on a $0.001 call costs $0.00001 — 100× less. Any API priced under $0.10/call pays less with us, with no free-tier cliff.
Click run. This is exactly what an AI agent sees when it pays for an API call.
Each endpoint uses AgentPaywall. Each call earns its developer USDC.
Validate Indian GST numbers.
Live IPL match data.
Hyper-local weather + forecasts.
IP → country, city, ASN.
Classify short text with an LLM.
Text from images/PDFs.
Connect your Solana wallet and charge for your first call today.