chains

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

get/chains/{chainID}/state/{stateKey}

Path parameters

chainIDstring string required

ChainID (Bech32)

stateKeystring string required

Key (Hex-encoded)

Response

Result

statestring string required

The state of the requested key (Hex-encoded)

Example response

{
  "state": "state"
}

Changes