GET
/
accumulators
/
info
curl --request GET \
  --url https://rs-indexer.api.herodotus.cloud/accumulators/info
{
  "info": {
    "contract_address": "<string>",
    "elements_count": 123,
    "onchain_accumulator_id": "<string>",
    "root": "<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
onchain_accumulator_id
string | null
accumulator_size
integer | null
Required range: x >= 0

Response

200
application/json
Get root hash of an accumulator with helper data
info
object
required