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
Your API key for authentication.
Query Params
Specify the name or part of the name of the label you wish to search for.
Specify number of shown results.
Specify the starting point in the list of results for pagination.
e.g. offset=0
, offset=1
, etc..
Response
An array that encapsulates the labels corresponding to the Ethereum address provided.