Address Labels
Retrieves all entity and behavioural labels associated with an address on a chain.
Required Parameters
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:
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 behaviordefi- DeFi protocol interactions and usagesocial- Social identifiers and public profilessmart_money- Smart money and profitable trader classificationsothers- Miscellaneous labels including airdrops, platform usage, etc.
Example Request
json
Example Response
json
Last updated
Was this helpful?