Nametags
This feature is available exclusively through the Pro Plus plan
Get An Address's Nametag
Returns an address's nametag such as "Coinbase 10", as well as associated labels such as "exchange".
📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
https://api.etherscan.io/v2/api
?chainid=1
&module=nametag
&action=getaddresstag
&address=0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43
&apikey=YourApiKeyToken
Try this in your browser 🔗
Query Parameters
address
the address to check for name tag and labels
chainid
the chain to query labels on, addresses may not be the same across chains
Metadata CSV
For enterprise usage of nametags, CSV exports of label categories such as "phish" or "ofac". Reach out for a demo.
This feature is available exclusively through the Pro Plus with CSV add on,
Export CSV for a Specific Label
Returns addresses filtered by a specific label in CSV format.
https://api-metadata.etherscan.io/v1/api.ashx?
module=nametag
&action=exportaddresstags
&label=nft
&format=csv
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
label
the label name representing the 'category' for clustering addresses.
Get Label Masterlist
Returns the categories of labels available.
https://api-metadata.etherscan.io/v1/api.ashx?
module=nametag
&action=getlabelmasterlist
&apikey=YourAPIKeyToken
Try this endpoint in your browser 🔗
Query Response
labelname
the label name representing the 'category' for clustering addresses.
labelslug
the URL slug for the label. can be used for Etherscan's Label Word Cloud.
shortdescription
the description of the label.
last updated timestamp
the Unix
timestamp for the last updated time of the label.
notes
private note for the label.
Last updated