https://csds.blockchainrangers.com/api/v1
This API uses the x402 payment protocol. No API keys required - payments are handled per request using USDC on Base.
All responses are JSON formatted with the following structure:
{
"risk_score": 0-100,
"risk_level": "LOW|MEDIUM|HIGH|CRITICAL",
"confidence": 0.0-1.0,
"analysis_date": "ISO8601 timestamp",
...
}
400 - Invalid request parameters402 - Payment required (see x402 guide)404 - Project not found429 - Rate limit exceeded500 - Internal server error