Address Labels

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

Get Address Labels

post

Get labels for a wallet address. Returns non-premium labels only.

Labels include ENS domains, behavioral labels, DeFi labels, CEX labels, and more. Premium labels (smart money, alpha trader) are excluded from this endpoint.

Use /api/v1/profiler/address/premium-labels to get all labels including premium ones.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Address Labels endpoint.

addressstringRequired

Wallet address to get labels for

Example: 0x4a7c6899cdcb379e284fbfd045462e751da4c7ce
chainstring · enumRequired

Blockchain chain. Use 'all' to search all chains compatible with the address format.

Example: ethereumPossible values:
Responses
chevron-right
200

Address labels data

application/json
post
/api/v1/profiler/address/labels

Get Address Premium Labels

post

Get all labels for a wallet address, including premium labels.

Returns all labels including smart money labels, alpha trader labels, and public figure tags that are excluded from the standard /labels endpoint.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Address Labels endpoint.

addressstringRequired

Wallet address to get labels for

Example: 0x4a7c6899cdcb379e284fbfd045462e751da4c7ce
chainstring · enumRequired

Blockchain chain. Use 'all' to search all chains compatible with the address format.

Example: ethereumPossible values:
Responses
chevron-right
200

Address labels data (including premium)

application/json
post
/api/v1/profiler/address/premium-labels

Last updated

Was this helpful?