GET
/
accumulators
/
proofs
curl --request GET \
  --url https://rs-indexer.api.herodotus.cloud/accumulators/proofs
{
  "data": [
    {
      "meta": {
        "contract_address": "<string>",
        "mmr_id": "<string>",
        "mmr_peaks": [
          "<string>"
        ],
        "mmr_root": "<string>",
        "mmr_size": 123
      },
      "proofs": [
        {
          "block_number": 123,
          "element_hash": "<string>",
          "element_index": 123,
          "rlp_block_header": {
            "String": "<string>"
          },
          "siblings_hashes": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Query Parameters

deployed_on_chain
enum<string>
required
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
accumulates_chain
enum<string>
required
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
hashing_function
enum<string>
Available options:
keccak,
poseidon,
pedersen
contract_type
enum<string>
required
Available options:
AGGREGATOR,
ACCUMULATOR,
REMAPPER
from_block_number_inclusive
integer | null
to_block_number_inclusive
integer | null
block_numbers
integer[] | null
is_meta_included
boolean | null
is_whole_tree
boolean | null
is_rlp_included
boolean | null
is_pure_rlp
boolean | null
onchain_accumulator_id
string | null
accumulator_size
integer | null

Response

200
application/json
Get mmr metadata and proof
data
object[]
required