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)

curl -L -X GET '/v1/chains/:chainID/core/blocklog/controladdresses' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!