Developer API

CryptoGuard API for Developers

Integrate institutional-grade crypto risk scoring into your wallet, exchange, analytics dashboard, or trading bot with our REST API.

99.7%
Accuracy
<100ms
Avg Response
99.9%
Uptime SLA
5+
Networks

API Endpoints

Simple REST API with JSON responses. No complex authentication flows.

🔍Token Risk Scoring

GET/v1/token-risk
// Token Risk Score Endpoint
GET https://api.cryptoguard.co/v1/token-risk

// Query Parameters
?address=0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
&network=ethereum

// Response
{
  "success": true,
  "data": {
    "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
    "network": "ethereum",
    "name": "Uniswap",
    "symbol": "UNI",
    "risk_score": 92,
    "verdict": "Safe",
    "last_updated": "2024-01-15T10:30:00Z",
    "analysis": {
      "contract": {
        "honeypot": false,
        "honeypot_score": 95,
        "ownership_renounced": true,
        "proxy_contract": false,
        "verified": true
      },
      "liquidity": {
        "total_usd": 245000000,
        "locked_percentage": 100,
        "lock_duration_days": 365,
        "score": 98
      },
      "holders": {
        "total_count": 350000,
        "top_10_percentage": 42.5,
        "whale_concentration": "low",
        "score": 88
      },
      "social": {
        "twitter_verified": true,
        "website_ssl": true,
        "domain_age_days": 1200,
        "score": 90
      }
    },
    "red_flags": [],
    "warnings": []
  }
}

🌐Website Risk Scoring

GET/v1/web-risk
// Website Risk Score Endpoint
GET https://api.cryptoguard.co/v1/web-risk

// Query Parameters
?url=https://example-token.com

// Response
{
  "success": true,
  "data": {
    "url": "https://example-token.com",
    "risk_score": 45,
    "verdict": "Caution",
    "analysis": {
      "domain": {
        "age_days": 30,
        "registrar": "Namecheap",
        "privacy_protection": true
      },
      "ssl": {
        "valid": true,
        "issuer": "Let's Encrypt",
        "expires_days": 60
      },
      "social_links": {
        "twitter": { "found": true, "verified": false },
        "telegram": { "found": true, "members": 150 },
        "discord": { "found": false }
      }
    },
    "red_flags": [
      "Domain registered less than 90 days ago",
      "Social media accounts not verified"
    ],
    "warnings": [
      "Limited social presence"
    ]
  }
}

Built for Every Use Case

💳

Crypto Wallets

Show risk warnings before users interact with unknown tokens.

📊

Analytics Platforms

Add security scores to your token listings and charts.

🏦

Exchanges

Screen new listings and warn users about risky assets.

🤖

Trading Bots

Filter out scams automatically before executing trades.

📱

Mobile Apps

Integrate security scanning into iOS and Android apps.

🔔

Alert Systems

Build custom monitoring for tokens and addresses.

API Pricing

Flexible plans for projects of all sizes

Starter

$49CAD/month

50,000 scans/mo

  • Token risk scoring
  • Web risk scoring
  • Email support
  • 60 req/min rate limit
Recommended

Pro

$149CAD/month

250,000 scans/mo

  • Everything in Starter
  • Priority support
  • Webhook notifications
  • 300 req/min rate limit

Enterprise

Custom

Unlimited scans

  • Everything in Pro
  • Dedicated support
  • Custom integrations
  • Custom SLA

Request API Access

Tell us about your project and we'll get you set up