Methods

AstraNode supports all standard Ethereum JSON-RPC methods available on Base.

✅ Supported

  • eth_blockNumber

  • eth_getBlockByNumber

  • eth_getTransactionByHash

  • eth_call

  • eth_sendRawTransaction

  • eth_estimateGas

  • eth_getLogs

  • net_version

  • web3_clientVersion

🚫 Restricted

Methods like debug_*, trace_*, and admin_* are disabled for security reasons.