cURL
curl --request GET \ --url https://api.gm.ondo.finance/v1/chains/{chainId}/tokens/{tokenAddress}/info \ --header 'x-api-key: <api-key>'
{ "token": { "tokenAddress": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c", "tokenName": "Apple (Ondo Tokenized)", "tokenSymbol": "AAPLon", "tokenDecimals": 18, "tokenSupply": { "value": "72.428346190773568025" } } }
This endpoint retrieves contract information about a token on a GM chain.
For caching details on this endpoint, please see: Endpoint Caching.
The chain's identifier including the chain name and chain id.
ethereum-1
bsc-56
solana-900
The token contract address
OK
Show child attributes