---
title: "Get Network Configuration"
method: POST
path: "/status/network-configuration"
tags: ["Status"]
---

# Get Network Configuration

`POST /status/network-configuration`

Returns network identifier, network name and well-known network addresses.

## Response `200`

Network Configuration

- NetworkConfigurationResponse
  - `network_id` integer, required — The logical id of the network
  - `network_name` string, required — The logical name of the network
  - `well_known_addresses` object, required
    - `xrd` string, required — Bech32m-encoded human readable version of the address.
    - `secp256k1_signature_virtual_badge` string, required — Bech32m-encoded human readable version of the address.
    - `ed25519_signature_virtual_badge` string, required — Bech32m-encoded human readable version of the address.
    - `package_of_direct_caller_virtual_badge` string, required — Bech32m-encoded human readable version of the address.
    - `global_caller_virtual_badge` string, required — Bech32m-encoded human readable version of the address.
    - `system_transaction_badge` string, required — Bech32m-encoded human readable version of the address.
    - `package_owner_badge` string, required — Bech32m-encoded human readable version of the address.
    - `validator_owner_badge` string, required — Bech32m-encoded human readable version of the address.
    - `account_owner_badge` string, required — Bech32m-encoded human readable version of the address.
    - `identity_owner_badge` string, required — Bech32m-encoded human readable version of the address.
    - `package_package` string, required — Bech32m-encoded human readable version of the address.
    - `resource_package` string, required — Bech32m-encoded human readable version of the address.
    - `account_package` string, required — Bech32m-encoded human readable version of the address.
    - `identity_package` string, required — Bech32m-encoded human readable version of the address.
    - `consensus_manager_package` string, required — Bech32m-encoded human readable version of the address.
    - `access_controller_package` string, required — Bech32m-encoded human readable version of the address.
    - `transaction_processor_package` string, required — Bech32m-encoded human readable version of the address.
    - `metadata_module_package` string, required — Bech32m-encoded human readable version of the address.
    - `royalty_module_package` string, required — Bech32m-encoded human readable version of the address.
    - `access_rules_package` string, required — Bech32m-encoded human readable version of the address.
    - `role_assignment_module_package` string, required — Bech32m-encoded human readable version of the address.
    - `genesis_helper_package` string, required — Bech32m-encoded human readable version of the address.
    - `faucet_package` string, required — Bech32m-encoded human readable version of the address.
    - `consensus_manager` string, required — Bech32m-encoded human readable version of the address.
    - `genesis_helper` string, required — Bech32m-encoded human readable version of the address.
    - `faucet` string, required — Bech32m-encoded human readable version of the address.
    - `pool_package` string, required — Bech32m-encoded human readable version of the address.
    - `locker_package` string, required — Bech32m-encoded human readable version of the address.
    - `transaction_tracker` string, required — Bech32m-encoded human readable version of the address.
    - `transaction_tracker_package` string — Bech32m-encoded human readable version of the address.
    - `test_utils_package` string — Bech32m-encoded human readable version of the address.

---

[API](https://skmtc.net/radixdlt/apis/radix-gateway-api-babylon.md) · [All operations](https://skmtc.net/radixdlt/apis/radix-gateway-api-babylon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radixdlt/radix-gateway-api-babylon/revisions/153aecf74342/schema)
