Get detailed token information on a specific chain.
Tokens
Get detailed token information on a specific chain.
Retrieves comprehensive details about a token on a specific blockchain.
GET
Get detailed token information on a specific chain.
Authorizations
Use the docs sandbox API key for authentication: hydric_docs_4N4ocuirsN8Sh
Path Parameters
The numeric ID of the blockchain where the token resides.
Example:
1
The Token contract address.
Example:
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Response
The requested token information.
The requested token information.
Example:
{
"chainId": 1,
"address": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"name": "Ether",
"symbol": "ETH",
"logoUrl": "https://logos.hydric.org/tokens/1/0x0000000000000000000000000000000000000000",
"totalValuePooledUsd": 154000000.5
}