
Onchain payments built on x402
Access the Zapper API with X402 payments. No registration or API key - simply pay per query.
Pay per query through the Zapper skill
Use the Zapper skill and pay per request with x402 — no API key setup, no registration. Your agent fetches the skill once and handles payments autonomously from there.
Learn how to setup with your agentSimple Code Integration
For direct implementation in code, wrap your existing client with a single wrapper function, which automatically passes payment info with each request.
const data = await client.post('/x402/token-price', {
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
chainId: 8453
});const x402Client = wrapAxiosWithPayment( axios, client );
const data = await x402Client.post('/x402/token-price', {
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
chainId: 8453
});Token Analysis Agent
Analysis of top tokens trends while paying per query fully autonomously via X402
/x402/token-ranking
Get trending tokens
/x402/token-price
Deep dive price/priceChange data
/x402/general-swap-feed
See who's buying/selling
/x402/token-activity-feed
Analyze social sentiment & discussion
No human intervention ever required. Fully autonomous agentic payments using x402.
Instant Responses
Get query data immediately while settlement is done asynchronously in the background.
Autonomous Payments
No API key management. Fully autonomous payments with x402.