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)

curl -L -X GET '/v1/chains/:chainID/state/:stateKey' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!