Home
POST
https://casper.nownodes.io/rpc

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Executes the query_global_state RPC call to retrieve the value associated with a key in the global state.
Returns block header, stored value, and a Merkle proof.

Body

application/json
idinteger

JSON-RPC request identifier

jsonrpcstring

JSON-RPC version

methodstring

RPC method name

paramsobject

Parameters for the query_global_state RPC

Show child attributes
state_identifierobject

Block identifier to query the state at

Show child attributes
BlockHashstring

The hash of the block

keystring

Key to query in the global state (can be a URef or deploy hash)

pathArray<string>

Path within the stored value (empty array if root)

Response

200OK

Successful query response