Returns requested details for a given list of tokens by their addresses & network id, with pagination.
Endpoint: tokens
Method: POST
Arguments
| Name | Type | Description |
|---|---|---|
| ids | [TokenInput!] | A list of token ID input. |
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. |
| freezable | String | Whether or not the token is freezable |
| id | String! | The ID of the token (
). |
| info | TokenInfo | More metadata about the token. |
| isScam | Boolean | Whether the token has been flagged as a scam. |
| launchpad | LaunchpadData | The launchpad data for the token, if applicable. |
| mintable | String | Whether or not the token is mintable |
| name | String | The token name. For example,
. |
| 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,
. |
Explore
Ask questions, share what you're working on and request new features 👬👭