Skip to main content
GET
/
dictionary
/
networks
/
{networkId}
Get Network by ID
curl --request GET \
  --url https://api.bron.org/dictionary/networks/{networkId}
{
  "addressExplorerUrl": "<string>",
  "confirmations": "<string>",
  "explorerUrl": "<string>",
  "isTestnet": true,
  "name": "<string>",
  "nativeAssetId": "<string>",
  "nativeAssetSymbol": "<string>",
  "networkId": "<string>",
  "tags": []
}

Documentation Index

Fetch the complete documentation index at: https://developer.bron.org/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

networkId
string
required

Response

OK

addressExplorerUrl
string

Website URL where you can look up addresses on this network

Example:

"https://etherscan.io/address/"

confirmations
string<int32>

How many block confirmations are needed before a transaction is considered final and safe

Example:

"6"

explorerUrl
string

Website URL where you can look up transactions on this network

Example:

"https://etherscan.io/tx/"

isTestnet
boolean

True if this is a test network used for development/testing (not real money)

name
string

The human-readable name of this network that users will see

Example:

"Ethereum"

nativeAssetId
string
nativeAssetSymbol
string
networkId
string

The unique ID for this blockchain network

Example:

"BTC"

tags
enum<string>[]
Available options:
show-vault,
supports-rbf,
supports-rbf-cancel,
supports-memo,
swap,
supports-parallel-signing,
supports-chained-signing,
supports-fee-levels,
evm,
bridge