Intel Endpoint
Intel Endpoint
The primary API endpoint for comprehensive blockchain address intelligence and risk assessment.
Single Endpoint Design
FailSafe Radar V2 provides all intelligence through one endpoint, delivering complete analysis in a single API call.
Endpoint Details
URL
GET https://api.radar.getfailsafe.com/api/v2/intelAuthentication
x-api-key: your-api-keyParameters
addressRequiredResponse 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_scoreNumber (0-100): ML-powered risk score based on 8 categories, 52 major labels, weighted by severity and frequency
risk_levelString: "critical", "high", "medium", "low", "clean"
Entity Classification
entity.typeString: "malicious", "sanctioned", "suspicious", "service", "individual", "unknown"
entity.nameString: Human-readable entity name when available
Business Intelligence
recommendationString: Actionable business guidance
priorityString: "URGENT", "HIGH", "MEDIUM", "LOW", "ROUTINE"
labelsArray: All detected labels from intelligence analysis
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.