Skip to main content
Retrieving transaction information from the Plasma blockchain can be done using the following methods:

eth_getTransactionByHash

eth_getTransactionReceipt

eth_getTransactionByBlockNumberAndIndex

eth_getTransactionByBlockHashAndIndex

eth_getRawTransactionByHash

eth_getRawTransactionByBlockNumberAndIndex

eth_getRawTransactionByBlockHashAndIndex

eth_getTransactionBySenderAndNonce

This information can be used for:
  • Transaction tracking — monitor transaction status and confirmations
  • Receipt verification — verify transaction execution and event logs
  • Wallet applications — display transaction history and details
  • DApp development — integrate transaction data into applications
Last modified on January 28, 2026