Identity & Labels
Wallet classification, labeling, and ENS resolution
Get wallet classification labels and categories
Query parameters
addressstringRequiredExample:
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$chainstring · enumOptionalDefault:
Blockchain network identifier
ethPossible values: forcebooleanOptionalDefault:
Force immediate re-analysis of wallet
falseResponses
200
Wallet labels and categories
application/json
400
Bad request - missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/api/wallet/labelsForce update of wallet classification and labels
Body
addressstringRequiredPattern:
Ethereum wallet address
^0x[a-fA-F0-9]{40}$chainstringOptionalDefault:
Blockchain network
ethResponses
200
Updated wallet labels
application/json
400
Bad request - missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/api/wallet/labelsResolve ENS name for a given Ethereum address
Query parameters
addressstringRequiredExample:
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$Responses
200
ENS name resolution result
application/json
400
Bad request - missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/api/wallet/ensLast updated
Was this helpful?