Skip to main content
GET
https://api-metadata.etherscan.io
/
v2
/
api
Get Label Master List V2
curl --request GET \
  --url https://api-metadata.etherscan.io/v2/api
{
   "status":"1",
   "message":"OK",
   "result":[
      {
         "labelname":"Axelar",
         "labelslug":"axelar",
         "shortdescription":"Axelar delivers secure cross-chain communication for Web3. Its infrastructure enables dApp users to interact with any asset or application, on any chain, with one click. Axelar is an overlay network, delivering Turing-complete message passing via proof-of-stake and permissionless protocols.",
         "notes":"",
         "lastupdatedtimestamp":1712897117
      },
      {
         "labelname":"Binance",
         "labelslug":"binance",
         "shortdescription":"Binance is one of the world’s leading blockchain ecosystems, with a product suite that includes the largest digital asset exchange.",
         "notes":"",
         "lastupdatedtimestamp":1759922816
      }
   ]
}
This is a PRO endpoint, available to the Enterprise tier

Query Parameters

apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
chainid
string
default:"1"
Chain ID to query, only 1 for Ethereum supported at the moment.
module
string
default:"nametag"
Set to nametag for this endpoint.
action
string
default:"getlabelmasterlist"
Set to getlabelmasterlist for this endpoint.
{
   "status":"1",
   "message":"OK",
   "result":[
      {
         "labelname":"Axelar",
         "labelslug":"axelar",
         "shortdescription":"Axelar delivers secure cross-chain communication for Web3. Its infrastructure enables dApp users to interact with any asset or application, on any chain, with one click. Axelar is an overlay network, delivering Turing-complete message passing via proof-of-stake and permissionless protocols.",
         "notes":"",
         "lastupdatedtimestamp":1712897117
      },
      {
         "labelname":"Binance",
         "labelslug":"binance",
         "shortdescription":"Binance is one of the world’s leading blockchain ecosystems, with a product suite that includes the largest digital asset exchange.",
         "notes":"",
         "lastupdatedtimestamp":1759922816
      }
   ]
}