prismRPCDocs
Documentation

Prism RPC for Robinhood Chain

Prism RPC is a managed JSON-RPC endpoint. It pools independent providers behind one URL and handles routing, retries, circuit breaking and observability for you. There is nothing to install - it speaks the same protocol a Robinhood Chain node does.

your first call
curl https://mainnet.prismrpc.co/v1/YOUR_API_KEY \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}'

Start here

Reference

Network parameters on this site are placeholders until Robinhood Chain publishes its final mainnet values. Endpoint hostnames and API semantics are stable.