ZENANET DocsBeta

RPC & API Endpoints

ZENANET exposes EVM-compatible JSON-RPC endpoints and REST-style APIs for wallet integration, dApps, and backend systems.


Mainnet

JSON-RPC

https://evm.zenanet.io

EVM RPC (Alternate)

https://evm.zenanet.io

HTTP API

https://api.zenanet.io

Testnet

JSON-RPC

https://evm-testnet.zenanet.io

EVM RPC (Alternate)

https://evm-testnet.zenanet.io

HTTP API

https://api-testnet.zenanet.io

Supported JSON-RPC Methods

ZENANET supports all major Ethereum-compatible RPC methods, including:

  • eth_call
  • eth_sendRawTransaction
  • eth_estimateGas
  • eth_getBalance
  • eth_getTransactionReceipt
  • eth_blockNumber
  • eth_getLogs
  • eth_chainId

Summary

Use these endpoints to configure MetaMask, deploy smart contracts, or connect backend services to the ZENANET network.