50M+ x402 Transactions on Base

x402 Batch API

High-speed bulk token scanning for AI agents. Scan 10-100 Base tokens per call. 30% volume discount. Pay-per-use with USDC micropayments on Base.

10-100
Tokens per Call
30%
Volume Discount
<2s
Response Time
USDC
x402 on Base

Quick Start

📌 Batch Risk Scores (Python)

import requests

addresses = [
  "0x52ba04de312cc160381a56b6b3b7fd482ae71d31",
  "0x4200000000000000000000000000000000000006",
  "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
]

response = requests.post(
  "https://api.supah.ai/agent/v1/batch/risk-scores",
  json={"addresses": addresses},
  headers={"X-Payment-402": "usdc-base"}
)

for result in response.json()["results"]:
  print(f"{result['symbol']}: {result['score']}/100")

⚡ Batch Safety Checks (cURL)

curl -X POST https://api.supah.ai/agent/v1/batch/safety-checks \
  -H "Content-Type: application/json" \
  -H "X-Payment-402: usdc-base" \
  -d '{"addresses": ["0x52ba...", "0x4200..."]}'

Usage Examples

Individual Token Scan

x402 Payment Flow

Pricing

Batch Size
Cost per Token
Total Cost
10 tokens
$0.001
$0.01
50 tokens (20% off)
$0.0008
$0.04
100 tokens (30% off)
$0.0007
$0.07

Paid via x402 USDC micropayments on Base. No subscription required.

Ready to start scanning?

Get your API key and start using batch endpoints in minutes.

Get API Key