RANNTA X-Chain RPC
Bootstrap Gateway
This endpoint exposes chain identity only until the production full-node RPC is deployed.
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.