Endpoints
How to connect to EthSync over HTTPS and live WebSocket for every chain.
How it works
1
Connect
Point your app at our JSON-RPC endpoint over HTTPS, or use the live WebSocket streams — all three chains, one door.
2
Get your key
Authenticate with an x-api-key header. Free keys open at launch — no card required to start.
3
Go fast
Dedicated bare-metal nodes, low-latency peering and high availability for Robinhood Chain, Ethereum and ApeChain.
RPC Access
JSON-RPC over HTTPS and live WebSocket for every chain. Authenticate with an x-api-key header — free keys at launch.
curl https://rpc.ethsync.xyz/rh \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
# latest block — Robinhood Chain (with your key)$ curl https://rpc.ethsync.xyz/rh \
-H "Content-Type: application/json" \
-H "x-api-key: <YOUR_KEY>" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'Authentication goes in the
x-api-key header.Robinhood Chain L2
HTTPS https://rpc.ethsync.xyz/rh
WSS wss://rpc.ethsync.xyz/ws-rh
Ethereum L1
HTTPS https://rpc.ethsync.xyz/eth
WSS wss://rpc.ethsync.xyz/ws-eth
ApeChain L2
HTTPS https://rpc.ethsync.xyz/ape
WSS wss://rpc.ethsync.xyz/ws-ape
Want early access?
Join the launch list and be first in line when we open up our endpoints.
Contact us