Returns the info about the environment (multichain)
GET
api.outercircle.io/{network}
If network
is not provided, the method will return multichain environment info.
See the available network
options in .
Example:
Path Parameters
{
"environment_id": 0, // Internal id determines the environment
"network": "network_name", // Network name
"chain_id": null, // Network chain id
"factory_address": null // OuterCircle DAO factory address
}