GET
/
accumulators
curl --request GET \
  --url https://rs-indexer.api.herodotus.cloud/accumulators
{
  "accumulators": [
    {
      "accumulates_chain": "<string>",
      "built_with_hash": "<string>",
      "contract_deployment_block_number": 123,
      "contract_type": "AGGREGATOR",
      "deployed_on_chain": "<string>",
      "onchain_accumulator_address": "<string>",
      "onchain_accumulator_id": "<string>",
      "stacks_at_size": 123,
      "stacks_on_accumulator_id": "<string>"
    }
  ]
}

Query Parameters

deployed_on_chain
enum<string>
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
accumulates_chain
enum<string>
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
contract_type
enum<string>
Available options:
AGGREGATOR,
ACCUMULATOR,
REMAPPER

Response

200
application/json
Get all accumulators
accumulators
object[]
required