Ethereum API
Account Labels API
Retrieve user-friendly labels for Ethereum EOAs (Externally Owned Accounts) and Smart Contracts. Labels can be incredibly useful for categorizing your Ethereum interactions.
GET
/
ethereum
/
label
Authorization
x-api-key
string
default: "demo-api-key-x-00000"requiredYour API key for authentication.
Body
address
string
requiredSpecify up to 10 Ethereum addresses for which you want to retrieve labels, separated by commas.
limit
string
Specify number of shown results.
offset
string
Specify the starting point in the list of results for pagination. e.g.
offset=0
, offset=1
, etc..
Response
data
array
An array that encapsulates the labels corresponding to the Ethereum address provided.