JSON-RPC API
Maroo Network provides a JSON-RPC API compatible with Ethereum tooling. This API allows developers to interact with the network, query blockchain data, and submit transactions.
Endpoints
testnet
https://rpc-testnet.maroo.io eth Namespace
Ethereum-compatible methods
eth_getBalance Returns the OKRW balance of the specified address at a given block. Since OKRW is the native token, this returns the native balance (equival...
eth_getTransactionReceipt Returns the receipt of a transaction once it's been included in a block. Returns `null` while the transaction is still pending — poll until ...
eth_sendRawTransaction Broadcasts a signed transaction to the network. Sign the transaction locally (e.g. with ethers.js or viem) and pass the resulting hex-encode...
maroo Namespace
Maroo-specific methods