v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the control addresses

get/v1/chains/{chainID}/core/blocklog/controladdresses

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

The chain info

governingAddressstring string required

The governing address (Bech32)

sinceBlockIndexinteger required

The block index (uint32

stateAddressstring string required

The state address (Bech32)

Example response

{
  "governingAddress": "governingAddress",
  "sinceBlockIndex": 1,
  "stateAddress": "stateAddress"
}