Herodotus Docs
Home
  • Introduction
  • FAQ
  • developers
    • Storage Proofs
      • Workflow
      • Workflow Examples
      • Accessing Block Hash
    • Storage Proof API
      • Interactive Docs
      • Step by step example
    • Turbo
      • Supported Networks
      • Turbo zksync demo
    • Data Processor
      • Why use HDP?
      • Getting Started
      • HDP Jargon
        • What is a Data Lake?
        • What is a Module?
        • Cairo1/Cairo0 Interoperability
      • Architecture
      • Additional Resources
    • Data Processor API
      • Program Registry API
      • Interactive Docs
    • Data Structure Indexer API
      • Interactive Docs
    • Supported Networks
    • Contract Addresses
    • API Status
  • Scaling Solutions
    • Integrity Verifier
  • Protocol Design
    • Architecture
      • Smart Contracts
      • OP Stack
    • Historical Block Hash Accumulator
      • Merkle Mountain Ranges
      • Initial Accumulation Event
    • Timestamp to Block Mapper
      • Edge Cases
  • Security
    • Audits
  • GitHub
  • Twitter
  • LinkedIn
  • Telegram
  • Media Kit
Powered by GitBook
On this page
  • API Endpoint
  • Interactive Documentation
  • Examples
  1. developers

Storage Proof API

Request storage proofs quickly and easily

PreviousAccessing Block HashNextTurbo

Last updated 10 months ago

The Storage Proof API enables developers to request storage proofs quickly and easily. There is no need to understand cryptography, zero-knowledge proofs, or how to write circuits. The API handles scheduling, mutualizes many costs associated with generating storage proofs and saves developers significant time so they can focus on building their on-chain data-powered applications.

Requests to this API initiate actions or processes, like running the Storage Proof Workflow.

Note: Using these endpoints incurs charges based on resource usage.

API Endpoint

URL: https://api.herodotus.cloud

Interactive Documentation

URL:

Examples

  • Step by step example:

https://api.herodotus.cloud/docs
https://github.com/HerodotusDev/yab-herodotus