โ† Back to Tools Catalog

๐Ÿฆธ SUPAH Agent API

Multi-Chain Intelligence Oracle for AI Agents

FLAGSHIP PRODUCTION x402 PAYMENTS
53
Endpoints
21
EVM Chains
$0.001
Starting Price
x402
Access Model

๐Ÿš€ What Is It?

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.

๐Ÿ”Œ Endpoints

Token Intelligence

Wallet Analytics

NFT Data

Base-Only (Proprietary)

๐Ÿ“– View full API documentation โ†’

๐Ÿ’ฐ Pricing

Tier Price Range Examples
Tier 1: Quick Data $0.001 Price, metadata, pairs, trending
Tier 2: Intelligence $0.005 Holders, transfers, swaps, approvals
Tier 3: Deep Analysis $0.01 - $0.03 Full scan, analytics, portfolio, PnL, DeFi
Tier 4: Premium $0.03 - $0.05 Live signals, discovery (Base only)

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())

Option 2: Raw HTTP + x402

curl https://api.supah.ai/agent/v1/price/0x40ba93835789b9958ed588308c299fa27ddc5838 \ -H "X-Payment-402: usdc-base"

Option 3: MCP Integration

# For Claude Desktop, Cursor, Windsurf npx supah-mcp # Or add to config: { "mcpServers": { "supah-agent-api": { "command": "npx", "args": ["-y", "mcp-remote", "https://api.supah.ai/mcp"] } } }

๐ŸŒ Supported Chains

All endpoints accept ?chain= parameter. Default is base.

โœ… Base
โœ… Ethereum
โœ… Polygon
โœ… BSC
โœ… Arbitrum
โœ… Optimism
โœ… Avalanche
โœ… Linea
โœ… Cronos
โœ… Gnosis
+ 11 more chains

See full chain list โ†’

Explore API Docs โ†’ Run Price Proof Route โ†’ Open Receipt Rescue โ†’