Get all networks
cURL
curl --request GET \ --url https://api.zenobank.io/api/v1/networks
[ { "id": "ETHEREUM_MAINNET", "chainId": 1, "name": "Ethereum Mainnet", "displayName": "Ethereum", "networkType": "EVM", "isTestnet": false, "minBlockConfirmations": 3, "maxConfirmationAttempts": 100, "confirmationRetryDelay": 1000 } ]
"ETHEREUM_MAINNET"
Chain ID of evm networks
1
"Ethereum Mainnet"
"Ethereum"
EVM
SOLANA
"EVM"
false
3
100
1000
Was this page helpful?