Gets the information about ERC20 or Solana Tokens
Endpoint: token
Method: POST
Information about ERC20 or Solana tokens including socials, supply, and metadata.
Arguments
Name | Type | Description |
---|---|---|
input | TokenInput! | Input for a token ID. Required |
Response
Name | Type | Description |
---|---|---|
address | String! | The contract address of the token. |
cmcId | Int | The token ID on CoinMarketCap. |
createBlockNumber | Int | The block height the token was created at. |
createdAt | Int | The unix timestamp for the creation of the token. |
createTransactionHash | String | The transaction hash of the token's creation. |
creatorAddress | String | The token creator's wallet address. |
decimals | Int! | The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals). |
exchanges | [Exchange!] | A list of exchanges where the token has been traded. |
id | String! | The ID of the token (address:networkId ). |
info | TokenInfo | More metadata about the token. |
isScam | Boolean | Whether the token has been flagged as a scam. |
name | String | The token name. For example, ApeCoin . |
networkId | Int! | The network ID the token is deployed on. |
socialLinks | SocialLinks | Community gathered links for the socials of this token. |
symbol | String | The token symbol. For example, APE . |