Skip to main content
GET
/
v2
/
api
curl "https://api.etherscan.io/v2/api?chainid=1&module=token&action=tokeninfo&contractaddress=0x0e3a2a1f2146d86a604adc220b4967a898d7fe07&apikey=YourApiKeyToken"
{
  "status": "1",
  "message": "OK",
  "result": [
    {
      "contractAddress": "0x0e3a2a1f2146d86a604adc220b4967a898d7fe07",
      "tokenName": "Gods Unchained Cards",
      "symbol": "CARD",
      "divisor": "0",
      "tokenType": "ERC721",
      "totalSupply": "6972003",
      "blueCheckmark": "true",
      "description": "A TCG on the Ethereum blockchain that uses NFT's to bring real ownership to in-game assets.",
      "website": "https://godsunchained.com/",
      "email": "",
      "blog": "https://medium.com/@fuelgames",
      "reddit": "https://www.reddit.com/r/GodsUnchained/",
      "slack": "",
      "facebook": "https://www.facebook.com/godsunchained/",
      "twitter": "https://twitter.com/godsunchained",
      "bitcointalk": "",
      "github": "",
      "telegram": "",
      "wechat": "",
      "linkedin": "",
      "discord": "https://discordapp.com/invite/DKGr2pW",
      "whitepaper": "",
      "tokenPriceUSD": "0.000000000000000000",
      "image": ""
    }
  ]
}
This is a PRO endpoint, available to any paid tier
This historical endpoint is throttled to 2 calls/s

Query Parameters

apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
chainid
string
default:"1"
Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.
module
string
default:"token"
Set to token for this endpoint.
action
string
default:"tokeninfo"
Set to tokeninfo for this endpoint.
contractaddress
string
default:"0x0e3a2a1f2146d86a604adc220b4967a898d7fe07"
Contract address of the token to retrieve info for.
curl "https://api.etherscan.io/v2/api?chainid=1&module=token&action=tokeninfo&contractaddress=0x0e3a2a1f2146d86a604adc220b4967a898d7fe07&apikey=YourApiKeyToken"
{
  "status": "1",
  "message": "OK",
  "result": [
    {
      "contractAddress": "0x0e3a2a1f2146d86a604adc220b4967a898d7fe07",
      "tokenName": "Gods Unchained Cards",
      "symbol": "CARD",
      "divisor": "0",
      "tokenType": "ERC721",
      "totalSupply": "6972003",
      "blueCheckmark": "true",
      "description": "A TCG on the Ethereum blockchain that uses NFT's to bring real ownership to in-game assets.",
      "website": "https://godsunchained.com/",
      "email": "",
      "blog": "https://medium.com/@fuelgames",
      "reddit": "https://www.reddit.com/r/GodsUnchained/",
      "slack": "",
      "facebook": "https://www.facebook.com/godsunchained/",
      "twitter": "https://twitter.com/godsunchained",
      "bitcointalk": "",
      "github": "",
      "telegram": "",
      "wechat": "",
      "linkedin": "",
      "discord": "https://discordapp.com/invite/DKGr2pW",
      "whitepaper": "",
      "tokenPriceUSD": "0.000000000000000000",
      "image": ""
    }
  ]
}
I