RavenWolf RugPull Risk API • Developers
Stable schemas. Explainable evidence. Versioned endpoints.
A deterministic + AI-assisted analysis API that returns a normalized risk score, confidence level, and structured evidence designed for UI display and long-term integration stability.
Base URL & versioning
Production hostname is canonical. Versioning lives in the path.
Base:
https://api.ravenwolflabs.com
v1:
https://api.ravenwolflabs.com/v1
Auth
Use API keys server-side. Rotate if exposed.
X-API-KEY: <YOUR_API_KEY>
- Designed for caching by chain + contractAddress
- Metered by contract scans (predictable billing)
- Evidence IDs support analytics, audits, and support
Example request
curl -X POST "https://api.ravenwolflabs.com/v1/risk/rugpull" \
-H "Content-Type: application/json" \
-H "X-API-KEY: <YOUR_API_KEY>" \
-d '{
"chain": "ethereum",
"contractAddress": "0x0000000000000000000000000000000000000000"
}'
Example response (shape)
{
"chain": "ethereum",
"contractAddress": "0x...",
"score": 0.82,
"riskLevel": "HIGH",
"confidence": "MEDIUM",
"evidence": [
{
"id": "RF07_LIQUIDITY_REMOVABLE_BY_OWNER",
"status": "TRIGGERED",
"severity": "CRITICAL",
"details": { "confidence": "HIGH" }
}
],
"generatedAtUtc": "2026-01-21T00:00:00Z"
}
- No guarantees. No financial advice. Decision intelligence only.
- Keep a local audit log of evidence IDs for support tickets.
Contact
General: contact@ravenwolflabs.com
Security: security@ravenwolflabs.com