Docs

eth_sendRawTransaction - Moonriver RPC Method

Submit signed transactions to Moonriver. Essential for broadcasting transactions for production-grade dApp testing, early feature deployment, and Kusama-based EVM applications.

Submits a pre-signed transaction for broadcast to Moonriver.

Why Moonriver? Build on the Moonbeam canary network on Kusama for real-world testing of EVM dApps with Moonbeam code ships here first, full EVM compatibility on Kusama, 80% fee burn mechanism, and XCM cross-chain messaging.

Use Cases

The eth_sendRawTransaction method is essential for:

  • Broadcasting transactions - Submit signed transactions to the network
  • Wallet operations - Send native tokens and interact with contracts
  • DeFi operations - Execute swaps, provide liquidity for production-grade dApp testing, early feature deployment, and Kusama-based EVM applications
  • Batch operations - Submit multiple transactions efficiently

Code Examples

Error Handling

Error CodeMessageDescription
-32000Nonce too lowTransaction nonce already used
-32000Insufficient fundsAccount has insufficient balance
-32000Gas too lowGas limit insufficient
-32000Replacement underpricedGas price too low for replacement