Get cryptographic state proof
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredMethod name
idintegerrequiredRequest ID
paramsArray<string | Array<string>>requiredParameters to specify the target for the state proof (e.g., contract address and keys)
Response
200OK
State proof retrieved successfully
400Bad Request
Invalid request
500Internal Server Error
Server error