Appearance
Chain RPC
POST /rpc
A read-only JSON-RPC proxy for Robinhood Chain. The site's own browser code uses it, so the RPC provider key stays on the server. You can use it too, or use the public endpoint https://rpc.mainnet.chain.robinhood.com.
Single calls and batches of up to 20 are accepted. Allowed methods:
eth_call eth_chainId eth_blockNumber
eth_getBalance eth_getCode eth_getTransactionCount
eth_getTransactionReceipt eth_getTransactionByHash eth_getBlockByNumber
eth_estimateGas eth_gasPrice eth_maxPriorityFeePerGas
eth_feeHistoryAnything else, including eth_sendRawTransaction, returns 403. Send transactions through your own wallet or RPC.
bash
curl -X POST https://dovejournal.com/api/rpc \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'json
{ "jsonrpc": "2.0", "id": 1, "result": "0x1237" }