Network configuration

Get Network Configuration

post

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

Responses
200
Network Configuration
application/json
post
POST /status/network-configuration HTTP/1.1
Host: xrd-gateway.nownodes.io
Accept: */*
200

Network Configuration

{
  "network_id": "<network-id>",
  "network_name": "<network-name>",
  "well_known_addresses": {
    "xrd": "text",
    "secp256k1_signature_virtual_badge": "text",
    "ed25519_signature_virtual_badge": "text",
    "package_of_direct_caller_virtual_badge": "text",
    "global_caller_virtual_badge": "text",
    "system_transaction_badge": "text",
    "package_owner_badge": "text",
    "validator_owner_badge": "text",
    "account_owner_badge": "text",
    "identity_owner_badge": "text",
    "package_package": "text",
    "resource_package": "text",
    "account_package": "text",
    "identity_package": "text",
    "consensus_manager_package": "text",
    "access_controller_package": "text",
    "transaction_processor_package": "text",
    "metadata_module_package": "text",
    "royalty_module_package": "text",
    "role_assignment_module_package": "text",
    "genesis_helper_package": "text",
    "faucet_package": "text",
    "consensus_manager": "text",
    "genesis_helper": "text",
    "faucet": "text",
    "pool_package": "text",
    "locker_package": "text",
    "transaction_tracker": "text",
    "transaction_tracker_package": "text",
    "test_utils_package": "text"
  }
}