Token Info

Gets the information about an ERC20 Token

Endpoint: token

Method: POST

Information about an ERC20 token including socials, supply, and metadata.

Arguments

NameTypeDescription
inputTokenInput!

Input for a token ID.

Required

NameTypeDescription
addressString!

The contract address of the token.

Required
networkIdInt!

The network ID the token is deployed on.

Required

Response

NameTypeDescription
addressString!The contract address of the token.
cmcIdIntThe token ID on CoinMarketCap.
createBlockNumberIntThe block height the token was created at.
createdAtIntThe unix timestamp for the creation of the token.
createTransactionHashStringThe transaction hash of the token's creation.
creatorAddressStringThe token creator's wallet address.
decimalsInt!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.
explorerDataExplorerTokenDataInformation about the token from 3rd party sources.
idString!The ID of the token (address:networkId).
infoTokenInfoMore metadata about the token.
isScamBooleanWhether the token has been flagged as a scam.
nameStringThe token name. For example, ApeCoin.
networkIdInt!The network ID the token is deployed on.
socialLinksSocialLinksCommunity gathered links for the socials of this token.
symbolStringThe token symbol. For example, APE.

Explore