x402 · agent-native API
MadeOnSol speaks HTTP 402. Your agent calls our endpoint, gets a payment challenge, signs a $0.005–$0.02 USDC payment from its own wallet, retries — and the data is yours. One request, one transaction, agent-native. No signup, no API key, no monthly minimum.
USDC on Solana mainnet · Facilitator-sponsored fees · Failed payments don't charge
The economics
What the protocol costs, what it ships, and what it doesn't require.
Per KOL-feed request
PayAI on-chain finality
KOL · deployer intel
Wallet IS identity
Why agents love it
Your AI agent's Solana wallet IS the identity. No OAuth, no client secrets, no rotation, no human in the loop. Drop into LangChain, CrewAI, ElizaOS, Solana Agent Kit, or your own runtime.
$0.005 to $0.02 per call, settled in USDC on Solana mainnet. No monthly minimum, no overage tiers, no auto-renew. Your agent stops calling, your spend stops. Period.
x402 responses match the exact shape of our paid REST API — same KOL coverage, same tx signatures, full precision. No downgrade for paying per call.
Cost anchor
$1 in your agent's wallet covers up to 200 KOL-feed calls or 100 deployer-alert checks or 50 coordination queries. A subscription tier with the same data costs you $49/mo — with x402 you spend $1.50 in a month of constant polling.
The flow
Plain HTTP GET. No auth header.
Response carries a PAYMENT-REQUIRED header with amount, recipient, asset (USDC), Solana network.
SDK builds a USDC transfer, signs with the agent's keypair, base64-encodes the payload as PAYMENT-SIGNATURE.
Facilitator verifies + settles on-chain in ~1s. Server returns the data + PAYMENT-RESPONSE proof.
88xSdWeuGxWLXGe7sWk2baMEfaaB9iJ9vuU5MjQCycVUon Solana mainnet. Facilitator:PayAI. Failed payments don't charge.Catalog
| Endpoint | What you get | Price |
|---|---|---|
KOL Trade Feed /kol/feed | Real-time trade events from 1,000+ tracked Solana KOL wallets, MC-stamped at trade time. | $0.005 |
KOL Leaderboard /kol/leaderboard | Ranked KOLs by PnL, winrate, profit factor, ROI, consistency. 7d / 30d / 90d / 180d windows. | $0.005 |
Hot KOL Tokens /kol/tokens/hot | Tokens with accelerating KOL interest — acceleration scoring, not raw flow. | $0.01 |
Trending KOL Tokens /kol/tokens/trending | Tokens by KOL buy volume. Capital-flow signal: where smart money is right now. | $0.01 |
KOL Coordination /kol/coordination | Multi-KOL clusters on a single token with peak-density windows, exit detection, 0-100 score. | $0.02 |
KOL Affinity Matrix /kol/pairs | Pairs of KOLs that frequently co-trade the same tokens within tight time windows. | $0.02 |
Deployer Alerts /deployer-hunter/alerts | Real-time launches from tier-graded Pump.fun deployers with KOL buy cross-reference. | $0.01 |
Try it
The SDK handles the 402 challenge, signs the USDC transfer from your agent's wallet, and retries — one call from your code.
# Discover the catalog (free, no payment)
curl -s https://madeonsol.com/api/x402 | jq
# Hit a paid endpoint — first call returns 402 with the payment challenge
curl -i https://madeonsol.com/api/x402/kol/feed?limit=5When to use which
x402 isn't a replacement for the subscription API — it's a different billing model for a different workload.
| Use case / property | x402per-call | API keyPro · Ultra |
|---|---|---|
Autonomous AI agent (LangChain, ElizaOS, CrewAI, Agent Kit) | ||
Per-call pricing · no monthly minimum | ||
Account / signup required | ||
Predictable monthly cost at high volume | ||
Webhooks · WebSocket streaming · copy-trade rules | ||
DEX firehose (all-DEX trade stream) | ||
Wallet-tracker watchlist | ||
Wallet IS the identity (no API key to rotate) |
SDKs
$ npm install madeonsol-x402
$ pip install madeonsol-x402
FAQ
Ready to wire your agent
No signup · USDC on Solana mainnet · Failed payments don't charge