Service
Quick Intel
Quick Intel scans token contracts across 60+ blockchains for security risks — honeypot detection, buy/sell/transfer tax analysis, ownership renouncement, mint/blacklist/pause capabilities, proxy detection, scam pattern matching, and contract verification status.
x402
Methods
1 methods available
POST/v1/scan/full30000 USDC
/v1/scan/fullScan any token contract across 60+ blockchains for security risks — honeypots, tax analysis, ownership status, scam patterns, and more.
POST JSON body with chain (lowercase blockchain name, e.g. 'ethereum') and tokenAddress (the token's contract address). Returns comprehensive security analysis including honeypot detection, buy/sell/transfer taxes, ownership renouncement, mint/blacklist/pause capabilities, proxy detection, scam pattern matching, and contract verification status.
{
"body": {
"chain": "string (blockchain name — e.g. 'ethereum', 'base', 'solana', 'arbitrum', 'bsc', 'polygon')",
"tokenAddress": "string (token contract address to scan)"
}
}