v1
latestOpenAPI 3.0.42026-07-262045103.2 KBAssets
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
Example response
[
{
"address": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c",
"decimals": 18
}
]