get detail of the token

get detail of the token

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/token/detail?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": {
    "token_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "token_name": "USD Coin",
    "token_symbol": "USDC",
    "token_decimals": "6",
    "chain": "ethereum",
    "is_erc20": true,
    "is_erc721": false,
    "is_erc1155": false,
    "deployer": "0x95ba4cf87d6723ad9c0db21737d862be80e93911",
    "txhash": "0xe7e0fe390354509cd08c9a0168536938600ddc552b3f7cb96030ebef62e75895",
    "block_number": "6082465",
    "block_timestamp": "1533324504"
  },
  "uuid": 1656859840133595100
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!