Glossary

Blockchain intelligence API: what it is and how to use one

Blockchain intelligence is the practice of combining analysis of public blockchain data with off-chain information — attribution labels, open-source research, investigative leads — to identify the real-world actors and risks behind on-chain activity.

Public blockchains record every transaction, but they record it pseudonymously: addresses, amounts and timestamps, not names. Blockchain intelligence closes that gap. By enriching on-chain analysis with off-chain sources — exchange attributions, leaked infrastructure, open-source research, law-enforcement findings — it turns raw ledger data into statements about who is doing what.

This page covers both halves of the phrase: what blockchain intelligence — sometimes just "crypto intelligence" — means as a discipline, and what part of it you can consume programmatically. A growing share of its output ends up in official lists and published datasets, and that slice is queryable over an API in one request.

What is blockchain intelligence?

The on-chain half is analytical: clustering addresses that behave as one entity, building transaction graphs that map how value moves, and detecting behavioral patterns — peel chains, mixing, structured payouts. The off-chain half is attributive: connecting those clusters to named services and actors using exchange records, public statements, investigative journalism, court documents and intelligence sharing.

The combination is what distinguishes intelligence from analytics alone: analytics can tell you two thousand addresses move together; intelligence tells you they belong to a named exchange, a ransomware crew or a sanctioned entity — with a confidence level attached.

The discipline powers modern crypto investigations — tracing stolen funds across chains, attributing ransomware campaigns, identifying the services criminal actors rely on — and its outputs feed compliance: many of the addresses on official sanctions and crime lists were identified through exactly this work.

What data does a blockchain intelligence layer provide?

Vendors package the discipline differently, but a blockchain intelligence data layer — the queryable dataset behind the investigation tools — exposes four broad kinds of signal:

Signal typeWhat it tells youHow it's produced
AttributionWhich real-world actor — an exchange, a mixer, a ransomware crew — controls an address or clusterAddress clustering combined with off-chain evidence, published with a confidence level
Sanctions and list exposureWhether an identifier appears on a government sanctions list or a labeled crime datasetOfficial designations from OFAC, the EU, the UK and other issuers — the public, deterministic slice
Blockchain activity intelligenceWhat an address does on-chain: mixing, peel chains, structured payouts, dormancy and reactivationBehavioral analysis of transaction graphs
Off-chain intelligenceContext the ledger cannot show: corporate registrations, leaked infrastructure, service ownershipOpen-source research, court records and investigative reporting tied back to on-chain activity

Blockchain intelligence via API — a worked example

Attribution and behavioral signals are proprietary: each platform's clustering and labels differ, and access is typically contracted. The sanctions-and-list-exposure row is different — it is public record, updated continuously by the issuing authorities, and a screening API serves it deterministically. The call below screens an Ethereum address against every enabled sanctions, crime and risk list at once; three response fields carry the decision:

  • sanctioned — true only when a government sanctions list matched, the signal that carries legal obligations.
  • flagged — also covers labeled crime-intelligence and risk-exposure lists, so a ransomware payment address and an OFAC designation never look the same in your logs.
  • matches — each match names its list and list type and links the official source record, so a reviewer verifies a fact rather than interpreting a score.

GET /api/v1/screen/crypto/{address}

curl https://api.compliapi.com/api/v1/screen/crypto/0x098B716B8Aaf21512996dC57EB0615e2383E2f96 \
  -H "Authorization: Bearer $COMPLIAPI_TOKEN"

Response

{
  "value": "0x098b716b8aaf21512996dc57eb0615e2383e2f96",
  "flagged": true,
  "sanctioned": true,
  "lists_checked": ["ofac", "us_fbi_lazarus_crypto", "il_mod_crypto", "fr_tresor", "jp_mof_sanctions", "uk_fcdo_sanctions"],
  "matches": [
    {
      "list": "ofac",
      "list_name": "US OFAC SDN",
      "list_type": "sanctions",
      "match": "exact",
      "value": "0x098B716B8Aaf21512996dC57EB0615e2383E2f96",
      "source_url": "https://sanctionssearch.ofac.treas.gov/Details.aspx?id=27307",
      "metadata": {
        "symbol": "ETH",
        "name": "Ethereum",
        "sdn_name": "LAZARUS GROUP",
        "sdn_type": "Entity",
        "programs": "DPRK3"
      }
    }
  ]
}

Blockchain intelligence vs blockchain analytics vs transaction monitoring

The three terms get used interchangeably and describe different jobs. Blockchain analytics is the on-chain half: organizing ledger data into clusters, graphs and patterns. Blockchain intelligence layers off-chain attribution on top to name the actors behind the activity. Transaction monitoring is the AML control that watches customer activity for suspicious patterns — it consumes intelligence and analytics as signals, but it is a control you operate, not a dataset you buy.

Full-suite platforms — Chainalysis, TRM Labs and Elliptic are the category leaders — sell analytics, intelligence and monitoring capabilities together, under contract. A screening API sits deliberately downstream of them: it serves the published output of intelligence work — designations, seizure orders, labeled crime data — as fast, auditable lookups. If your risk profile needs clustering, indirect-exposure scoring or attributed investigations, that is platform territory; if your product needs a deterministic answer about the public record before value moves, that is what the API layer is for.

Who uses blockchain intelligence?

Law enforcement and national-security agencies use it to trace illicit funds, attribute attacks and build prosecutions. Compliance teams at exchanges and financial institutions use it for indirect-exposure risk: whether a counterparty's funds have passed through sanctioned or criminal services. Issuing authorities use it too — designations of wallet addresses, mixers and exchanges typically rest on intelligence work connecting those assets to their operators.

On the consuming side, its published output runs inline in products: crypto exchanges screen deposits and withdrawals against it, DeFi front-ends check connecting wallets, fintech and stablecoin platforms screen counterparties before settlement, and AI agents run the same checks as MCP tool calls in the middle of a workflow.

Where screening fits in a product

Screening published designations

Check wallet addresses against the sanctions designations and crime datasets that intelligence work has already put on the public record.

Wallet screening API for crypto compliance

Reviewable source records

Every match links to the official record behind it, so reviewers can see which list and designation produced the hit.

OFAC API — screen against the official SDN list

Tools for investigation agents

Give AI-assisted investigation and ops workflows the same screening checks as MCP tools.

OFAC MCP server for AI agents

Scope

This article explains blockchain intelligence as a discipline. CompliAPI is not a blockchain-intelligence platform: it does not cluster addresses, attribute entities or score indirect exposure. It screens identifiers against the official lists and labeled datasets that published intelligence produces, and links every match to its source record.

Frequently asked questions

How is blockchain intelligence different from blockchain analytics?

Analytics is the on-chain half: organizing and analyzing ledger data — clustering, graphs, patterns. Intelligence layers off-chain attribution on top to name the actors behind the activity. In practice vendors blend both, but the distinction is analysis of data versus identification of actors.

What is a blockchain intelligence data layer?

The queryable dataset behind an intelligence platform's tools: attribution labels, list designations, activity signals and the evidence supporting them, exposed programmatically rather than through an investigation UI. The published slice of that layer — official designations and labeled crime and risk datasets — is the part available as a screening API without a platform contract.

Is there a free blockchain intelligence API?

Full-suite intelligence platforms are contracted products, but the published slice is accessible without one. CompliAPI has a free tier — signing up gets an API key with a monthly request quota — and its public feeds are free with no account at all: live entity counts, recently delisted entities, and the full contents of every enabled list, downloadable as CSV. Screening calls can also be paid per request with x402 stablecoin payments instead of a subscription.

Where do sanctioned wallet addresses come from?

Largely from intelligence work: investigators connect addresses to designated persons, mixers or exchanges, and issuing authorities publish those addresses as identifiers in list records. Screening then checks transactions against the published set.

Can blockchain intelligence identify anyone behind an address?

No. Attribution depends on evidence — service interactions, off-chain records, investigative findings — and carries confidence levels rather than certainty. Well-obfuscated or inactive addresses may never be attributed.

Does CompliAPI do attribution or clustering?

No. CompliAPI answers whether an identifier appears directly on the enabled official lists and labeled datasets. Attribution and clustering are blockchain-intelligence capabilities available from platforms specializing in them — the two layers are complementary.

Related solutions and data sources

Data sources behind this term: FBI Lazarus Group, Tornado Cash

Related terms: Blockchain analytics, Transaction monitoring, Sanctions screening

From the blog: Which Blockchains Does OFAC Sanctions Screening Cover?

Screen the addresses intelligence has already named

Get a free API key and check your first address in minutes.

14-day free trial. No credit card required.