JSON-RPC
Quick Start
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' https://testnet-rpc.juchain.org{"jsonrpc":"2.0","id":1,"result":"0x1a2b3c"}
wget https://github.com/juchain/juchain/releases/download/vX.Y.Z/juchain-linux-amd64.tar.gz
tar -xzvf juchain-linux-amd64.tar.gz
cd juchain
./juchain --network mainnetJSON-RPC API calls
API Request Limits Update (2025.07.25)
1. Request Rate Limit
2. Block Range Limit
3. Removal of debug_ Methods
debug_ MethodsJuChain Network Information
Last updated