Arbitrum API
Account Labels API
Retrieve user-friendly labels for Arbitrum EOAs (Externally Owned Accounts) and Smart Contracts. Labels can be incredibly useful for categorizing your Arbitrum interactions.
GET
/
arbitrum
/
label
Authorization
Your API key for authentication.
Body
Specify up to 10 Arbitrum addresses for which you want to retrieve labels, separated by commas.
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 Arbitrum address provided.