Get network configuration

Retrieve the network configuration associated with the eBus network, including their types, statuses, and other relevant information.

GET
/public/network/config

Response Body

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/network/config"
{
  "l2_rpc": "string",
  "l2_explorer": "string",
  "l3_explorer": "string",
  "staking": "string",
  "deposits": "string",
  "batch_registry": "string",
  "dao": "string",
  "bridged_nfts": "string",
  "fees_dispatcher": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}