Aere Cloud · indexed chain data

Chain data, parsed for you.

LiveTransfersPQ anchorsWebhooks
Endpoint cloud.aere.network/v1/dataAuth your API keyChain 2800

Skip running your own indexer. Read the validator set, the chain head, transfer history for any address, and the post-quantum anchor certificates that only this chain carries — all keyed, all reproducible against the public RPC.

Endpoints

Post-quantum anchors, ready to read

curl -s "https://cloud.aere.network/v1/data/anchors?limit=1" \\
  -H "x-api-key: ak2800.<you>.<secret>"
→ { "anchors": [ { "height": …, "falconSeals": 9,
       "certificateDigest": "0x…" } ], … }

Push, not just pull

Register a webhook and the chain pushes to your servers: every new post-quantum anchor, activity on a watched address, your own billing events — each delivery signed with HMAC so you can prove it came from us. The SDK ships a verifyWebhook helper so you never hand-roll that check.

Get an API key Read the docs

Part of Aere Cloud. Live status you compute in your own browser: /cloud-status.html.