Identity & Labels

Wallet classification, labeling, and ENS resolution

Wallet Labels

get

Get wallet classification labels and categories

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

Example: 0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$
chainstring · enumOptional

Blockchain network identifier

Default: ethPossible values:
forcebooleanOptional

Force immediate re-analysis of wallet

Default: false
Responses
200

Wallet labels and categories

application/json
get
/api/wallet/labels

Update Wallet Labels

post

Force update of wallet classification and labels

Body
addressstringRequired

Ethereum wallet address

Pattern: ^0x[a-fA-F0-9]{40}$
chainstringOptional

Blockchain network

Default: eth
Responses
200

Updated wallet labels

application/json
post
/api/wallet/labels

Label Statistics

get

Get aggregated statistics about wallet labels and categories

Responses
200

Label statistics

application/json
get
/api/wallet/labels/stats

ENS Name Resolution

get

Resolve ENS name for a given Ethereum address

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

Example: 0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200

ENS name resolution result

application/json
get
/api/wallet/ens

Last updated

Was this helpful?