Token
Token data type description
A Token is an entity that define tokens on chains. It contains the following fields:
Name | type | description |
---|---|---|
address | string | address of the token |
chainId | string | Id of the chain |
name | string | name of the token |
symbol | string | symbol of the token |
decimals | number | number of decimals on this token |
isTracked | boolean | If true, It means that all metrics are available on this token (totalTvl, totalSupply). If false, this token does appear on one or many pools supported on sentry, but its metrics are not tracked |
Last updated