Returns metadata for a given token.
Endpoint: getTokenInfo
Method: POST
Arguments
Response
| Name | Type | Description |
|---|---|---|
| address | String! | The contract address of the token. |
| circulatingSupply | String | The circulating supply of the token. |
| cmcId | Int | The token ID on CoinMarketCap. |
| description | String | A description of the token. |
| id | String! | Uniquely identifies the token. |
| imageBannerUrl | String | The token banner URL. |
| imageLargeUrl | String | The large token logo URL. |
| imageSmallUrl | String | The small token logo URL. |
| imageThumbUrl | String | The thumbnail token logo URL. |
| isScam | Boolean | Whether the token has been flagged as a scam. |
| name | String | The token name. For example,
. |
| networkId | Int! | The network ID the token is deployed on. |
| symbol | String! | The token symbol. For example,
. |
| totalSupply | String | The total supply of the token. |
LogosToken logos and circulating supply are pulled from CoinGecko.
Contact CoinGecko directly to update token logos.
Explore
Ask questions, share what you're working on and request new features 👬👭