Skip to main content

Fetch the raw value associated with the given key in the chain state

GET 

/v1/chains/:chainID/state/:stateKey

Fetch the raw value associated with the given key in the chain state

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    stateKey stringrequired

    State Key (Hex)

Responses

Result

Schema
    state stringrequired

    The state of the requested key (Hex-encoded)

Loading...