OuterCircle
  • General
    • πŸ”΅OuterCircle
    • πŸ‘€Initial Vision
    • πŸ§‘β€πŸ’»Team
    • πŸ•ŠοΈLive Updates
    • πŸ—ΊοΈRoadmap
  • Developers
    • 🀝Onchain interactions
      • Proposals
    • πŸ€–Indexer API
      • Base Endpoints
      • DAO
      • Followers
  • DAO Builders
Powered by GitBook
On this page
  1. Developers
  2. Indexer API

Base Endpoints

PreviousIndexer APINextDAO

Last updated 2 years ago

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

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
}
πŸ€–
Indexer API
https://api.outercircle.io/goerly