Skip to main content

Get the allowed state controller addresses

GET 

/v1/chains/:chainID/core/governance/allowedstatecontrollers

Returns the allowed state controller addresses

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

The state controller addresses

Schema
    addresses string[]

    The allowed state controller addresses (Bech32-encoded)

Loading...