Base Endpoints
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 Indexer API.
Example: https://api.outercircle.io/goerly
Path Parameters
Name
Type
Description
network
String
Network name
{
"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
}Last updated