Aere Cloud · JSON-RPC & WebSocket

RPC that scales with your traffic.

LiveHTTP & WebSocketPer-plan limitsArchive
Endpoint cloud.aere.network/v1/rpcWebSocket wss (keyed)Chain 2800

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.

What you get

One call, one 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…"}

Verified against the chain, not a password

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 docs

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