Chain state

ChainState queries the state of a registered chain on the network

get
Path parameters
chainstringRequired
Responses
200
A successful response.
application/json
get
GET /axelar/nexus/v1beta1/chain_state/{chain} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
  "state": {
    "chain": {
      "name": "text",
      "supports_foreign_assets": true,
      "key_type": "KEY_TYPE_UNSPECIFIED",
      "module": "text"
    },
    "activated": true,
    "assets": [
      {
        "denom": "text",
        "is_native_asset": true
      }
    ],
    "maintainer_states": [
      {
        "address": "text",
        "missing_votes": {
          "true_count_cache": {
            "cumulative_value": [
              "text"
            ],
            "index": 1,
            "max_size": 1
          }
        },
        "incorrect_votes": {
          "true_count_cache": {
            "cumulative_value": [
              "text"
            ],
            "index": 1,
            "max_size": 1
          }
        },
        "chain": "text"
      }
    ]
  }
}