Get metadata for a single token
get/token
Query parameters
chainstring required
Example:BASE
The blockchain network to query (e.g., BASE, ETH, OPTIMISM).
tokenstring required
Example:MORPHO
Token identifier — can be a contract address, name, or symbol.
Response
Token metadata
Example response
{
"chainId": 8453,
"address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
"name": "Morpho Token",
"symbol": "MORPHO",
"decimals": 18,
"logoURI": "https://static.debank.com/image/base_token/logo_url/0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842/c092d2c513136e17883955cdd2c62ff1.png",
"tags": [
"POPULAR",
"UTILITY",
"VERIFIED",
"TRADE_VOLUME",
"GOVERNANCE"
]
}