Active Chains

The active chains list you specified on the console will be returned as the answer.

You can enable or disable the chains on the front-end depending on the response.

Get list of active chains

GET api/chains

{
  "active_chains": {
    "eth": false,
    "bnb": false,
    "ftm": false,
    "matic": false,
    "glmr": false,
    "movr": false,
    "avax": false,
    "sol": false
  }
}

Last updated