v1

latestOpenAPI 3.0.42026-07-262045103.2 KB
Chains

Get Token Info

This endpoint retrieves contract information about a token on a GM chain.

For caching details on this endpoint, please see: Endpoint Caching.

get/v1/chains/{chainId}/tokens/{tokenAddress}/info

Path parameters

chainId'ethereum-1' | 'bsc-56' | 'solana-900' required

The chain's identifier including the chain name and chain id.

The chain's identifier including the chain name and chain id.

tokenAddressstring required

The token contract address

Response

OK

Example response

{
  "token": {
    "tokenAddress": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c",
    "tokenName": "Apple (Ondo Tokenized)",
    "tokenSymbol": "AAPLon",
    "tokenDecimals": 18,
    "tokenSupply": {
      "value": "72.428346190773568025"
    }
  }
}