Forensics in one HTTP call.
Same engine the app runs on.
Risk scoring, sanctions screening, and the full six-agent investigation pipeline — exposed as a REST API across registered chains incl. Bitcoin, Tron and stablecoins. Bearer-token auth. Free tier.
Low Latency
Risk checks in under 2 seconds. Full investigations queued and processed by 6 AI Agents.
Enterprise Security
API key authentication, TLS encryption, and rate limiting. SOC 2 compliant infrastructure.
RESTful API
Clean REST endpoints with JSON responses. Works with any language or framework.
Credit-Based Billing
Pay only for what you use. No minimum contracts. Free tier available for evaluation.
Authentication
All API requests require a Bearer token in the Authorization header. Generate your API key from the dashboard after signing up.
Endpoints
Three core endpoints cover address risk checks, full investigations, and account management.
/api/v1/address/checkRun a risk check on any blockchain address. Returns risk score, entity classification, sanctions status, and confidence level.
| Parameter | Type | Required | Description |
|---|---|---|---|
| address | string | Required | Blockchain address to check |
| chain | string | Optional | Blockchain network (default: "ethereum") |
Example Request
Example Response
/api/v1/investigateLaunch a full AI investigation with all six agents. Returns investigation ID for polling results.
| Parameter | Type | Required | Description |
|---|---|---|---|
| address | string | Required | Target address to investigate |
| chain | string | Optional | Blockchain network (default: "ethereum") |
| depth | string | Optional | "quick" | "standard" | "deep" |
Example Request
Example Response
/api/v1/credits/balanceCheck your current credit balance and usage statistics.
Example Request
Example Response
Rate Limits
Engagement
Scoped capacity
Professional
1,000 credits/month
Enterprise
Custom
Ready to integrate?
Sign up for free, generate an API key, and start making requests in minutes. No credit card required for the free tier.