Product

API

Structured, evidence-oriented responses for wallet intelligence, sybil clusters, and fund-flow — built to integrate directly into your own tools.

Endpoint reference
GET/v1/wallets/{address}/cluster
Read-only
Authentication
Authorization: Bearer …
Rate limit
burst + sustained · per key
Path param
address · base58
Response
JSON · 200
Request and response schema in the OpenAPI reference, in-app.

Illustrative example — mock endpoint shape, not a live response.

Response · 200
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.

Access

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.

API keys

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.

Read-only

Every endpoint is a query. Nothing on this API changes on-chain state.

Credits & rate limits

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.

Explainable by default

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.

Tiers

Start free, scale as your usage grows.

FREE

For evaluating the API and low-volume lookups.

PRO

For individual investigators and small tools.

ENTERPRISE

For teams running screening at production volume.

See full pricing →

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.

Docs

Full endpoint reference lives in the app.

API keys, rate limits, and the complete OpenAPI reference are available once you're signed in.

View API docs

Get an API key.

Create a free key and start querying in minutes.