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

Query Parameters

networkIds
string[]

Filter results to only include these specific network IDs

Response

OK

networks
object[]