Network configuration

Get Network Configuration

post

Returns the network configuration of the network the node is connected to.

Responses
200
Network Configuration
application/json
post
POST /status/network-configuration HTTP/1.1
Host: xrd.nownodes.io
Accept: */*
{
  "version": {
    "core_version": "text",
    "api_version": "text"
  },
  "network": "{{network}}",
  "network_id": 1,
  "network_hrp_suffix": "text",
  "usd_price_in_xrd": "text",
  "address_types": [
    {
      "hrp_prefix": "text",
      "entity_type": "GlobalPackage",
      "address_byte_prefix": 1,
      "address_byte_length": 1
    }
  ],
  "well_known_addresses": {
    "xrd": "text",
    "secp256k1_signature_virtual_badge": "text",
    "ed25519_signature_virtual_badge": "text",
    "system_transaction_badge": "text",
    "package_of_direct_caller_virtual_badge": "text",
    "global_caller_virtual_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",
    "pool_package": "text",
    "transaction_tracker_package": "text",
    "locker_package": "text",
    "test_utils_package": "text",
    "consensus_manager": "text",
    "genesis_helper": "text",
    "faucet": "text",
    "transaction_tracker": "text"
  }
}