eth_sendRawTransaction - Arbitrum RPC Method
Submit signed transactions to Arbitrum. Essential for broadcasting transactions for high-volume DeFi (GMX, Uniswap, Aave), gaming, and cross-chain applications.
Submits a pre-signed transaction for broadcast to Arbitrum.
Why Arbitrum? Build on Ethereum's leading Layer 2 with 46% L2 market share and $12B+ TVL with full EVM compatibility, 1.5M daily transactions, and $3B+ DAO treasury for ecosystem growth.
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 high-volume DeFi (GMX, Uniswap, Aave), gaming, and cross-chain applications
- 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 Arbitrum. Typically returns an empty array on public RPC endpoints.
eth_getTransactionByHash
Retrieve transaction details by hash on Arbitrum. Essential for DeFi developers, protocol teams, and dApp builders seeking Ethereum scalability tracking transactions on Ethereum's leading Layer 2 with 46% L2 market share and $12B+ TVL.