Ethereum method - eth_getMultiProof
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns consolidated EIP-1186 Merkle proofs for multiple account and storage targets in a single call.
Body
Returns consolidated EIP-1186 Merkle proofs for multiple account and storage targets in a single call.
Request payload for Returns consolidated EIP-1186 Merkle proofs for multiple account and storage targets in a single call..
jsonrpcstringrequiredThe JSON-RPC protocol version
methodstringrequiredName of the method being called
paramsarrayrequiredAn array of two elements. The first is a list of targets, where each target is a tuple of an account address and an array of storage keys. The second is a block number in hexadecimal format or a block tag.
idintegerrequiredA unique ID for the request
Response
The consolidated Merkle proofs for the requested targets
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Upstream node or gateway error.