eth_sendRawTransaction - Polygon RPC Method
Submit signed transactions to Polygon. Essential for broadcasting transactions for enterprise solutions (Starbucks, Disney, Reddit), gaming, DeFi, and stablecoin payments.
Submits a pre-signed transaction for broadcast to Polygon.
Why Polygon? Build on the most adopted Ethereum scaling solution with 45,000+ dApps and enterprise partnerships with $4B+ TVL, sub-$0.01 transactions, 8M+ daily transactions, and zkEVM for enhanced security.
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 enterprise solutions (Starbucks, Disney, Reddit), gaming, DeFi, and stablecoin payments
- 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 Polygon. Typically returns an empty array on public RPC endpoints.
eth_getTransactionByHash
Retrieve transaction details by hash on Polygon. Essential for enterprise developers, gaming studios, and teams building high-throughput applications tracking transactions on the most adopted Ethereum scaling solution with 45,000+ dApps and enterprise partnerships.