Data Structure Indexer API
The Data Structure Proofs API is a read-only API designed to help developers work with off-chain data structures used by Herodotus. Even though these data structures are kept off-chain, they have their roots committed on-chain.
Most developers are unlikely to directly interact with this API, as its usage happens behind the scenes when interacting with the Storage Proof API.
Developers can query the Data Structure Indexer to retrieve:
Individual block data within these accumulators
Verifiable binary search path linking a timestamp to a specific block numbers
List of timestamp remappers that Herodotus manages and indexes
The peaks of a specific accumulator MMR
MMR inclusion proofs for specific blocks
Interactive Documentation
https://rs-indexer.api.herodotus.cloud/swagger/
Last updated