GET
/
dictionary
/
networks
Get Networks
curl --request GET \
  --url https://api.bron.org/dictionary/networks
{
  "networks": [
    {
      "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"
      ]
    }
  ]
}

Query Parameters

networkIds
string[]

Filter results to only include these specific network IDs

Response

200
application/json

OK

The response is of type object.