Home

Get Merkle Proof

POST
https://ont.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a Merkle proof that can be used to verify that a transaction was included in a specific block. This is useful for light clients and off-chain verification.

Body

application/json
jsonrpcstring

The JSON-RPC protocol version. Always "2.0".

methodstring

The RPC method name to be invoked.

paramsArray<string>

An array containing the transaction hash to generate the Merkle proof for.

idinteger

The request identifier used to match the response with the request.

Response

200OK

Successful response with Merkle proof information.