eth_getTransactionByHash - Ronin RPC Method
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.
Returns the information about a transaction by transaction hash on 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_getTransactionByHash method is essential for:
- Transaction tracking - Get details of pending or confirmed transactions
- Payment verification - Verify transaction parameters
- Debugging - Analyze transaction data for blockchain gaming (Axie Infinity, Pixels), gaming NFT marketplaces, and in-game token economies
- Block explorers - Display transaction information
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32602 | Invalid params | Invalid transaction hash format |
Related Methods
eth_getTransactionReceipt- Get transaction receipteth_sendRawTransaction- Send transaction
eth_sendRawTransaction
Submit signed transactions to Ronin. Essential for broadcasting transactions for blockchain gaming (Axie Infinity, Pixels), gaming NFT marketplaces, and in-game token economies.
eth_getTransactionReceipt
Get transaction receipt with status and logs on Ronin. Essential for verifying transaction execution for blockchain gaming (Axie Infinity, Pixels), gaming NFT marketplaces, and in-game token economies.