HashiProver API
Last updated
Last updated
The HashiProver API enables developers to easily interact with Hashi's cross-chain storage and state verification functionalities programmatically.
Below is the list of available API calls, with detailed descriptions of their parameters, request methods, and expected responses.
This endpoint is used to call various JSON-RPC methods supported by the Hashi server. It accepts a JSON object that specifies the method and its parameters.
/v1
Specifies the JSON-RPC protocol version. This API supports version 2.0.
2.0
A unique identifier for this request, used to match the response with the request in JSON-RPC communication.
Indicates the JSON-RPC method to invoke. The available methods are specific to Hashi functionality and are listed below.
hashi_getAccountAndStorageProof
An object containing parameters specific to the JSON-RPC method being called. The structure of this object varies depending on the method.