v1

latestSwagger 2.02026-07-179553242.0 KB
Wallet

Get Networks Config

get/wallet/networks

Response

Request was successful

networkstring required
namestring
currencystring
networkSymbolstring
transactionExplorerstring
tokenExplorerstring
depositConfirmationsinteger
enabledboolean

Example response

[
  {
    "depositConfirmations": 0,
    "networkSymbol": "ETH",
    "transactionExplorer": "https://etherscan.io/tx/",
    "tokenExplorer": "https://etherscan.io/token/",
    "name": "Ethereum",
    "currency": "Gwei",
    "enabled": true,
    "network": "eth"
  }
]