latestOpenAPI 3.0.02026-08-15161451.7 KB
6ffb6a8fd74a
Supported Chains
List supported chains
Get a list of all supported blockchain networks, sorted alphabetically by name.
get/v1/chains
Response
List of chains
Example response
{
"chains": [
{
"chainId": "eip155:1",
"name": "Ethereum",
"type": "evm",
"symbol": "ETH",
"precision": 18,
"color": "#5C6BC0",
"networkColor": "#5C6BC0",
"icon": "https://rawcdn.githack.com/trustwallet/assets/32e51d582a890b3dd3135fe3ee7c20c2fd699a6d/blockchains/ethereum/info/logo.png",
"networkIcon": "https://rawcdn.githack.com/trustwallet/assets/32e51d582a890b3dd3135fe3ee7c20c2fd699a6d/blockchains/ethereum/info/logo.png",
"explorer": "https://etherscan.io",
"explorerAddressLink": "https://etherscan.io/address/",
"explorerTxLink": "https://etherscan.io/tx/",
"nativeAssetId": "eip155:1/slip44:60"
}
]
}