Integration
Network
Chain details and endpoints.
Gekko runs on Robinhood Chain, an Ethereum L2.
| Chain ID | 4663 |
| Currency | ETH |
| RPC | https://rpc.mainnet.chain.robinhood.com |
| Explorer | https://robinhoodchain.blockscout.com |
Notes for integrators
The public RPC returns 403 to requests without a browser User-Agent. Nothing in the response explains why, so a script that works in a browser and fails from a server is usually hitting this.
It also rate limits aggressively under parallel load. Batch your calls: the node accepts JSON-RPC batches and a batch costs about the same as a single request.