This documentation covers the Storage Proof API, which allows you to submit and manage batch queries for proving blockchain data across various networks.

Welcome to the Storage Proof API

The Storage Proof API provides a powerful set of endpoints for creating and managing proofs of blockchain data. There are two main ways to interact with our API:

  1. Direct API calls: Make HTTP requests to our endpoints as described in this documentation.
  2. OpenAPI specification: Use our OpenAPI specification file for automated client generation and integration.

Storage Proof API Specification

View the full OpenAPI specification file

Key Endpoints

Our API provides several crucial endpoints for managing your storage proofs:

Authentication

Most API endpoints are authenticated using API keys. You need to include your API key as a header in each request.

https://api.herodotus.cloud/endpoint
  -H 'api-key: your-api-key-here' 

Keep your API key secure and do not share it publicly. If you believe your key has been compromised, please contact our support team immediately.