Contract Labels API (Beta)
This beta endpoint provides both labels and metadata for all verified Ethereum Smart Contracts. It’s a powerful resource for gaining insights into contract categorization and behavior.
GET
Authorization
Your API key for authentication.
Body
Specify the Smart Contract’s Ethereum address for which you want to gather labels and metadata.
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 containing labels and metadata that correspond to the verified Smart Contract address provided.