Home

Ethereum method - eth_getMultiProof

POST
https://eth-archive.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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

application/json

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..

jsonrpcstringrequired

The JSON-RPC protocol version

methodstringrequired

Name of the method being called

paramsarrayrequired

An 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.

idintegerrequired

A unique ID for the request

Response

200OK

The consolidated Merkle proofs for the requested targets

401Unauthorized

Unauthorized: API key is present but rejected by the NOWNodes gateway.

405Method Not Allowed

Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.

422Unprocessable Entity

Missing API key. The NOWNodes gateway returns plain text for this error.

500Internal Server Error

Upstream node or gateway error.