Home

Get cryptographic state proof

POST
https://zil.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Retrieves a cryptographic proof (Merkle proof) for a specific part of the blockchain state, such as a smart contract state or account state. Useful for verifying data integrity.

Body

application/json
jsonrpcstringrequired

JSON-RPC version

methodstringrequired

Method name

idintegerrequired

Request ID

paramsArray<string | Array<string>>required

Parameters to specify the target for the state proof (e.g., contract address and keys)

Show child attributes
One of
string
Array<string>

Response

200OK

State proof retrieved successfully

400Bad Request

Invalid request

500Internal Server Error

Server error