Comment on page
List Networks
This service returns supported networks as list.
get
{{server-url}}
/networks
List Networks
{
"data": [
{
"id": 4,
"name": "Local Ganache",
"networkIdentifier": "ganache",
"rpcUrl": "http://localhost:7545",
"chainId": 5777,
"coinSymbol": "ETH",
"coinName": "Ethereum",
"icon": "https://icon.ethereum.com"
}
],
"message": null,
"code": 0,
"error": false
}
id | Number | Represents network's identifier |
name | String | Represents network's name |
rpcUrl | String | Represents network's RPC Url. |
chainId | Number | Represents network's chain identifier. |
coinSymbol | String | Represents network's default coin symbol |
coinName | String | Represents network's default coin name |
icon | String | Represents network's coin icon url |
Last modified 9mo ago