v1

latestOpenAPI 3.0.42026-07-262045103.2 KB
Assets

Get Contract Addresses for an Asset

This endpoint retrieves all contract addresses for a specific asset across different blockchain networks.

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

get/v1/assets/{symbol}/addresses

Path parameters

symbolstring required

The GM token symbol

Response

OK

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

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

addressstring required

The contract address on the specified chain.

decimalsinteger required

The number of decimals places for the asset.

Example response

[
  {
    "address": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c",
    "decimals": 18
  }
]