Skip to content

JSON-RPC Endpoint

Available Resources

Mainnet(ChainID 0x407B, 16507 in decimal)

NCRPC Endpoints:

Note

You can make eth_getLogs requests with up to a 5K block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.

Recommend

  • https://rpc.genesys.network/

NCWebsocket Endpoints:

Note: provided by community with no quality promised, building your node should be always the long term goal

  • wss://rpc.genesys.network/ws

Rate limit

The rate limit of GSYS endpoint on Testnet and Mainnet is 10K/5min.

Start

You can start the HTTP JSON-RPC with the --rpc flag

## mainnet
geth attach https://mainnet-rpc.genesys.network

## testnet
geth attach https://testnet-rpc.genesys.network/

JSON-RPC methods

Please refer to this wiki page or use Postman: https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest