Solana API
Account Search API (Beta)
Retrieve user-friendly labels for Solana EOAs (Externally Owned Accounts) and Smart Contracts. Labels can be incredibly useful for categorizing your Solana interactions.
GET
/
solana
/
search
Authorization
x-api-key
string
default: "demo-api-key-x-00000"requiredYour API key for authentication.
Body
searchtext
string
requiredSpecify the Solana attribute (label, Sub_label or address_name) for which you want to retrieve labels.
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 Solana address provided.