DEVELOPER API
Security APIs
Pay-per-use security scanning powered by x402 protocol. No API keys, no subscriptions — just pay and scan.
Available Endpoints
LIVE
🔍 Token Safety Scan
$0.01 /scan
Analyze any token contract for rug pull risks, honeypot detection, ownership analysis, and liquidity checks.
POST /scan
{
"chain": "ethereum",
"address": "0x..."
}
COMING SOON
🛡️ MCP Security Scanner
$0.02 /scan
Scan MCP (Model Context Protocol) servers for security vulnerabilities, permission issues, and data exposure risks.
POST /mcp-scan
{
"server_url": "https://...",
"check_permissions": true
}
Payment via x402
💳 How x402 Works
The x402 protocol enables HTTP-native micropayments. No API keys needed.
Flow:
- Send a request to the API endpoint
- Receive a
402 Payment Requiredresponse with payment details - Complete the crypto payment (Base network, USDC)
- Resend request with payment proof in header
- Receive your scan results
Supported:
- ⛓️ Network: Base (Coinbase L2)
- 💵 Currency: USDC
- 🔐 No registration required
Start Scanning
Try the Token Safety Scan API — $0.01 per scan, no setup needed.