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"
]
}
Retrieves information about a single network by its ID
API Key permissions: View only, Manage Transferscurl --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"
]
}
OK
The response is of type object
.
Was this page helpful?