Catalog action Blockchain Data

Identify WHO an EVM address is — its real-world entity and category (CEX/exchange, fund/VC, smart-money, whale) with a confidence score and optional per-source evidence — from the b3os-address-labels service. This answers 'who is this wallet', 'who owns this address', and 'is this a known entity' — NOT its balances or holdings. Accepts 1–50 addresses. Read-only — no compute units charged. Ideal for: labeling wallets in transfer/whale alerts, identifying counterparties, and enriching any address before notifying or branching.

At a Glance

FieldValue
Action IDaddress-labels-lookup
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsaddress-labels, smart-money, vc, identity, enrichment, whale, labels

Payload Schema

FieldTypeRequiredDescription
addressesarrayYesEVM addresses to look up (1–50). Case-insensitive; normalized to lowercase.
chainstringNoOptional chain key to scope results (e.g. 'ethereum', 'base'). Omit to return the best label across chains.
includeEvidencebooleanNoWhen true, include the per-source evidence drill-down for each found address (one extra request per found address).

Result Schema

FieldTypeRequiredDescription
resultsarrayYesOne entry per requested (deduped) address.
foundCountnumberYesNumber of addresses that resolved to a label.
requestedCountnumberYesNumber of unique addresses queried (after dedupe).

Examples

json
{ "type": "address-labels-lookup", "payload": { "addresses": [] }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.