GET
/
dictionary
/
networks
/
{networkId}
Get Network by ID
curl --request GET \
  --url https://api.bron.org/dictionary/networks/{networkId}
{
  "addressExplorerUrl": "https://etherscan.io/address/",
  "confirmations": "6",
  "explorerUrl": "https://etherscan.io/tx/",
  "isTestnet": true,
  "name": "Ethereum",
  "nativeAssetId": "<string>",
  "nativeAssetSymbol": "<string>",
  "networkId": "BTC",
  "tags": [
    "show-vault"
  ]
}

Path Parameters

networkId
string
required

Response

200
application/json

OK

The response is of type object.