Address Metadata
The Address Metadata endpoint is now available in the API Pro Plus plan. You can subscribe to it at https://etherscan.io/apis.
📝Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Get Address Tag for a Single Address
Returns a single address name tag and metadata.
https://api-metadata.etherscan.io/v1/api.ashx?
module=nametag
&action=getaddresstag
&address=0xc36442b4a4522e871399cd717abdd847ab11fe88
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
address
the string
representing the address to check for its metadata.
Get Address Tag for Multiple Addresses
Returns multiple addresses name tag and metadata.
This API endpoint returns a maximum of 100 addresses only.
https://api-metadata.etherscan.io/v1/api.ashx?
module=nametag
&action=getaddresstag
&address=0xffc97d72e13e01096502cb8eb52dee56f74dad7b,0x9f26ae5cd245bfeeb5926d61497550f79d9c6c1c
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
address
the strings
representing the addresses to check for its metadata, separated by ,
.
up to 100 addresses per call.
Last updated