eth_sendRawTransaction - Chiliz RPC Method
Submit signed transactions to Chiliz. Essential for broadcasting transactions for sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets.
Submits a pre-signed transaction for broadcast to Chiliz.
Why Chiliz? Build on the sports-first blockchain powering 2M+ fan token wallets and dozens of licensed sports partnerships with licensed partnerships with major football clubs, MiCA-compliant in EU, OG Esports integration, and SportFi DeFi infrastructure.
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 sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets
- 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 Chiliz. Typically returns an empty array on public RPC endpoints.
eth_getTransactionByHash
Retrieve transaction details by hash on Chiliz. Essential for sports organizations, entertainment brands, and fan engagement platform developers tracking transactions on the sports-first blockchain powering 2M+ fan token wallets and dozens of licensed sports partnerships.