v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
chains

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

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

Path parameters

chainIDstring string required

ChainID (Bech32)

stateKeystring string required

State Key (Hex)

Response

Result

statestring string required

The state of the requested key (Hex-encoded)

Example response

{
  "state": "state"
}