Intel Endpoint

Intel Endpoint

The primary API endpoint for comprehensive blockchain address intelligence and risk assessment.

Endpoint Details

URL

GET https://api.radar.getfailsafe.com/api/v2/intel

Authentication

x-api-key: your-api-key

Parameters

addressRequired
Blockchain address to analyze

Response Structure

{
  "success": true,
  "data": {
    "address": "0x...",
    "entity": {
      "type": "entity_classification",
      "name": "entity_name_if_available"
    },
    "risk_assessment": {
      "risk_score": 45.67,
      "risk_level": "medium"
    },
    "recommendation": "business_recommendation_text",
    "classification": "risk_classification_text",
    "risk_tags": "consolidated_risk_intelligence_tags",
    "priority": "processing_priority_level",
    "labels": ["label1", "label2"],
    "chains_with_activity": ["ethereum", "polygon"]
  },
  "message": "Address intelligence processed successfully",
  "timestamp": "2024-01-15T10:00:01Z",
  "client": "Your Organization"
}

Response Fields

Risk Assessment

risk_score

Number (0-100): ML-powered risk score based on 8 categories, 52 major labels, weighted by severity and frequency

Number
risk_level

String: "critical", "high", "medium", "low", "clean"

String

Entity Classification

entity.type

String: "malicious", "sanctioned", "suspicious", "service", "individual", "unknown"

String
entity.name

String: Human-readable entity name when available

String | null

Business Intelligence

recommendation

String: Actionable business guidance

String
priority

String: "URGENT", "HIGH", "MEDIUM", "LOW", "ROUTINE"

String
labels

Array: All detected labels from intelligence analysis

Array

Supported Blockchains

Multi-Chain Support

Intelligent address analysis with multi-chain support

Layer 1

Ethereum
Bitcoin
Solana
Avalanche
Tron
Dogecoin

Layer 2 & Sidechains

Polygon
Arbitrum One
Optimism
Base
BSC
Mantle

Emerging Networks

Linea
Manta
Blast
Flare
TON
Sonic

Multi-Chain Coverage

Seamless blockchain identification

18

Networks

Rate Limits & Performance

Performance

Response Time:Sub-second
Uptime:99.9%

Rate Limits

Standard:Per subscription
Enterprise:Custom limits

Sample Request

curl -H "x-api-key: your-api-key" \
     "https://api.radar.getfailsafe.com/api/v2/intel?address=0x1234567890abcdef1234567890abcdef12345678"

Next Steps

Explore examples or request API access to get started.