Ethereum API
Search By Label (Main)
This endpoint enables you to search and retrieve labels by their names. It’s particularly useful for finding specific Ethereum accounts based on labels.
GET
/
ethereum
/
search
Authorization
x-api-key
string
default: "demo-api-key-x-00000"requiredYour API key for authentication.
Query Params
searchtext
string
requiredSpecify the name or part of the name of the label you wish to search for.
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.