GET /axelar/nexus/v1beta1/chain_state/{chain} HTTP/1.1 Host: axelar.nownodes.io Accept: */*
A successful response.
{ "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" } ] } }