Address Intelligence

Free crypto address labels

Identify known addresses on major networks with a free API.

  • Bitcoin / Indexed
  • Tron / Indexed
  • Ethereum / Indexed

The lookup pipeline

From an address to useful context

A single request turns an opaque blockchain identifier into structured, readable intelligence.

  1. Input / 01

    Submit a crypto address

    Choose a network or let CryptoLabel detect it from a valid Bitcoin, Tron, or Ethereum address.

  2. Resolution / 02

    Resolve its on-chain context

    The lookup normalizes the address, identifies its account type and blockchain model, and maps the known entity.

  3. Output / 03

    Receive every known label

    One JSON response provides readable attribution, label provenance, detection method, status, and an explorer link.

Live response model200 OK
GET/api/v1/address/ethereum/0x22af984f13DFB5C80145E3F9eE1050Ae5a5FB651
{
"query": { "chain": "ethereum", "address": "0x22af984f13DFB5C80145E3F9eE1050Ae5a5FB651"},
"address": { "type": "eoa", "model": "account_based"},"entity": { "name": "Kraken", "category": "exchange"},
"labels": [{ "type": "exchange_cold_wallet", "sourceType": "public", "status": "active"}]
}

Network coverage

Three chains. One interface.

Auto-detect a supported address or choose its network explicitly. Every lookup returns the same predictable response structure.

What you receive

Useful data, not another opaque score

CryptoLabel returns the fields needed to display, analyze, and review an address with its attribution intact.

01

Structured response

A stable model for every supported chain

Build once against normalized query, address, entity, and labels objects instead of maintaining a different integration for each network.

query · address · entity · labels
02

Label intelligence

Context that remains inspectable

Review readable categories together with source type, detection method, and status when an attribution needs to be understood or verified.

category · source · method · status
03

Built to integrate

Useful in analytics, explorers, and investigations

Enrich datasets, add readable context to address pages, or inspect known services and attributed label categories without an authentication flow.

free public API · no API key

Before you integrate

CryptoLabel API questions

Explore the labeling API, review the documentation, or run a request in the Playground.

CryptoLabel currently supports Bitcoin, Tron, and Ethereum address lookups.

From the blog

Latest research and guides

View all articles