RANNTA X-Chain RPC

Bootstrap Gateway

This endpoint exposes chain identity only until the production full-node RPC is deployed.

Chain ID13113
Hex Chain ID0x3339
Native CoinRNTX
Explorerhttps://explorer.rannta.com
Modebootstrap chain identity
Full node RPCpending
Transaction executionpending
Client VersionRANNTA-XChain-RPC-Bootstrap/0.1.0

Example eth_chainId Request

{
  "jsonrpc": "2.0",
  "method": "eth_chainId",
  "params": [],
  "id": 1
}

Example eth_chainId Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x3339"
}

Full Node Methods Pending

RANNTA X-Chain public full-node RPC is pending deployment. This bootstrap gateway only exposes chain identity methods.

Methods such as eth_blockNumber, eth_getBalance, eth_call, eth_estimateGas, and eth_sendRawTransaction return explicit JSON-RPC errors until a real node is connected.