v1

latestOpenAPI 3.0.42026-07-262045103.2 KB
Assets

Get All Contract Addresses Across Networks

This endpoint retrieves all contract addresses for all supported assets across different blockchain networks.

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

get/v1/assets/all/addresses

Response

OK

symbolstring required

The GM symbol associated with the asset.

Example response

[
  {
    "symbol": "AAPLon",
    "addresses": [
      {
        "address": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c",
        "decimals": 18
      }
    ]
  }
]
All 20 operations