Skip to main content

Get the control addresses

GET 

/v1/chains/:chainID/core/blocklog/controladdresses

Get the control addresses

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

The chain info

Schema
    governingAddress stringrequired

    The governing address (Bech32)

    sinceBlockIndex int32required

    Possible values: >= 1

    The block index (uint32

    stateAddress stringrequired

    The state address (Bech32)

Loading...