A dedicated JSON-RPC endpoint on chain 2800, sized to your traffic instead of shared with the world. Full eth/net/web3 namespaces plus read-only QBFT, keyed and metered against your on-chain subscription, with a WebSocket feed pushing a new head roughly every half second.
eth_*, net_*, web3_*, plus read-only QBFT methods. Vote-writing methods are refused on every tier.eth_subscribe) for new heads and logs, keyed with the same API key.curl -s https://cloud.aere.network/v1/rpc \\
-H "x-api-key: ak2800.<you>.<secret>" -H "content-type: application/json" \\
-d '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}'
→ {"jsonrpc":"2.0","id":1,"result":"0x…"}
Your key’s hash lives in an on-chain subscription contract; the gateway checks every request against it and fails closed if the chain cannot be reached. There is no server-side account table to breach. The official SDK wraps every method, or use any Ethereum tooling that speaks JSON-RPC.
Get an API key Read the docsPart of Aere Cloud. Live status you compute in your own browser: /cloud-status.html.