Node RPC

RPC Online
HTTP RPC Endpoint
https://rpc.thehelixchain.xyz
WebSocket Endpoint
wss://ws.thehelixchain.xyz

Request

JSON-RPC 2.0

Response

Click "Send Request" to see the response...

Method Reference

Available JSON-RPC methods for the Helix Chain node

eth
eth_blockNumber
Returns the current block number
No params
eth
eth_gasPrice
Returns the current gas price in Wei
No params
eth
eth_getBalance
Returns the balance of an address in Wei
Address required
net
net_version
Returns the network ID (chain ID as string)
No params
net
net_peerCount
Returns the number of connected peers
No params
eth
eth_chainId
Returns the chain ID as a hex value
No params