v1

latestOpenAPI 3.0.0Apache 2.02026-07-135792113.5 KB

get token info

get/tokens/{address_hash}

Path parameters

address_hashstring required

Address hash

Response

token

circulating_market_capstring required
icon_urlstring required
namestring required
decimalsstring required
symbolstring required
address_hashstring
typestring required
holders_countstring
exchange_ratestring required
total_supplystring required

Example response

{
  "circulating_market_cap": "83606435600.3635",
  "icon_url": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
  "name": "Tether USD",
  "decimals": "6",
  "symbol": "USDT",
  "address_hash": "0x394c399dbA25B99Ab7708EdB505d755B3aa29997",
  "type": "ERC-20",
  "holders_count": "837494234523",
  "exchange_rate": "0.99",
  "total_supply": "10000000"
}