API
Structured, evidence-oriented responses for wallet intelligence, sybil clusters, and fund-flow — built to integrate directly into your own tools.
Illustrative example — mock endpoint shape, not a live response.
GET /v1/wallets/7xKX...4nQp/cluster
{
"cluster_id": "sybil-cluster-0192",
"classification": "coordinated",
"confidence": "high",
"evidence_families": [
{ "name": "execution_template", "strength": "strong" },
{ "name": "lifecycle_behavior", "strength": "strong" },
{ "name": "timing", "strength": "medium" }
],
"excluded_entities": ["binance_hot_wallet"]
}Illustrative example — mock cluster id, classification, and evidence values.
Query it the way your tooling expects.
A REST API with per-key auth, bounded rate limits, and structured JSON — no scraping, no SDK lock-in.
Per-key credentials, created in-app, revocable at any time. Weighted-credit production keys are vetted and issued manually on request — upgrading a plan alone does not change an existing key’s tier.
Every endpoint is a query. Nothing on this API changes on-chain state.
Usage is metered by action — different operations consume different weighted credit amounts — with burst and sustained rate limits that scale by plan: Free 100 credits/day, Pro 5,000/day, Enterprise contracted.
Every response includes the evidence, not just a score.
Cluster and risk responses carry evidence families, strengths, and excluded entities alongside the classification — so downstream systems (and the people reading them) can see why.
Start free, scale as your usage grows.
For evaluating the API and low-volume lookups.
For individual investigators and small tools.
For teams running screening at production volume.
Note: plan upgrades raise account limits immediately, but production API keys are vetted and issued manually — an existing key keeps its tier until support links it to the upgraded plan.
Full endpoint reference lives in the app.
API keys, rate limits, and the complete OpenAPI reference are available once you're signed in.