v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the allowed state controller addresses

Returns the allowed state controller addresses

get/v1/chains/{chainID}/core/governance/allowedstatecontrollers

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

The state controller addresses

addressesstring[]

The allowed state controller addresses (Bech32-encoded)

Example response

{
  "addresses": [
    "addresses",
    "addresses"
  ]
}