All services

Service / crypto_data

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.

Documentation

Payment protocol

x402

01
basesolana

Method ledger

1 callable methods

OpenAPI source
POST/v1/scan/full
30000 USDC

Scan 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)"
  }
}