eth_sendRawTransaction - Ronin RPC Method
Submit signed transactions to Ronin. Essential for broadcasting transactions for blockchain gaming (Axie Infinity, Pixels), gaming NFT marketplaces, and in-game token economies.
Submits a pre-signed transaction for broadcast to Ronin.
Why Ronin? Build on the gaming-first blockchain with 1M+ daily active wallets and $6.47B in NFT trading volume with purpose-built for gaming with $1.3B+ Axie revenue, zkEVM upgrade planned, Katana DEX, and Tama fair launch platform.
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 blockchain gaming (Axie Infinity, Pixels), gaming NFT marketplaces, and in-game token economies
- Batch operations - Submit multiple transactions efficiently
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32000 | Nonce too low | Transaction nonce already used |
| -32000 | Insufficient funds | Account has insufficient balance |
| -32000 | Gas too low | Gas limit insufficient |
| -32000 | Replacement underpriced | Gas price too low for replacement |
Related Methods
eth_estimateGas- Estimate gas requiredeth_gasPrice- Get current gas priceeth_getTransactionReceipt- Get transaction result
eth_accounts
Returns a list of addresses owned by the client on Ronin. Typically returns an empty array on public RPC endpoints.
eth_getTransactionByHash
Retrieve transaction details by hash on Ronin. Essential for game developers, NFT gaming studios, and teams building play-to-earn economies tracking transactions on the gaming-first blockchain with 1M+ daily active wallets and $6.47B in NFT trading volume.