Address Labels

Retrieves all entity and behavioural labels associated with an address on a chain.

Required Parameters

Field
Type
Description

chain

string

Blockchain network. Select all to query all EVM chains

address

string

The blockchain address to query for labels

Response Structure

The API returns an array of label objects with the following fields:

Field
Type
Description

label

string

The specific label name assigned to the address

category

string

The category of the label (see categories below)

definition

string

Detailed description of what the label represents

smEarnedDate

string/null

Date when the address earned Smart Money status (ISO format)

fullname

string

Full descriptive name or entity name associated with the label

Label Categories

  • behavioral - Labels based on trading patterns and on-chain behavior

  • defi - DeFi protocol interactions and usage

  • social - Social identifiers and public profiles

  • smart_money - Smart money and profitable trader classifications

  • others - Miscellaneous labels including airdrops, platform usage, etc.

Example Request

json

Example Response

json

Last updated

Was this helpful?