Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt

Use this file to discover all available pages before exploring further.

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 April 20, 2026