v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the chain owner

Returns the chain owner

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

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

The chain owner

chainOwnerstring string

The chain owner (Bech32-encoded)

Example response

{
  "chainOwner": "chainOwner"
}