Skip to main content

Get the chain owner

GET 

/v1/chains/:chainID/core/governance/chainowner

Returns the chain owner

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

The chain owner

Schema
    chainOwner string

    The chain owner (Bech32-encoded)

Loading...