SUPAH Agent API is a production-grade intelligence oracle providing 53 endpoints across 21 EVM chains. Built specifically for AI agents, with x402 USDC micropayments on Base mainnet.
From token safety scanning to wallet analytics, DeFi positions to NFT data, we power AI agents with the data they need to make smart decisions.
โจ Key Features
๐ Multi-Chain
21 EVM chains supported: Base, Ethereum, Polygon, BSC, Arbitrum, Optimism, Avalanche, and more.
๐ณ x402 Payments
USDC micropayments on Base. Every external call clears through x402 with no signup gate.
๐งพ x402 Pricing
Usage starts at $0.001 per call and scales by endpoint depth, settled in USDC on Base.
๐ค MCP Integration
Works with Claude Desktop, Cursor, Windsurf via npx supah-mcp.
๐ OpenAPI Spec
Full OpenAPI 3.1 specification for easy integration with any framework.
โก Fast Response
< 500ms p95 latency. Optimized for high-frequency agent workflows.
Payment Method: x402 USDC micropayments on Base. No free tier, no API-key bypass.
๐ ๏ธ Quick Start
Option 1: x402 Micropayments
# Python example
from x402.client import X402Client
client = X402Client(private_key="...", network="base")
result = client.get("https://api.supah.ai/agent/v1/safety/0x...")
print(result.json())