> ## 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.

# Transaction info | Plasma

> Plasma transaction info JSON-RPC methods — retrieve transaction data, receipts, and confirmation status for monitoring on-chain activity on the Plasma network.

Retrieving transaction information from the Plasma blockchain can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getTransactionByHash" icon="angle-right" iconType="solid" href="/reference/plasma-eth-gettransactionbyhash" horizontal />

  <Card title="eth_getTransactionReceipt" icon="angle-right" iconType="solid" href="/reference/plasma-eth-gettransactionreceipt" horizontal />

  <Card title="eth_getTransactionByBlockNumberAndIndex" icon="angle-right" iconType="solid" href="/reference/plasma-eth-gettransactionbyblocknumberandindex" horizontal />

  <Card title="eth_getTransactionByBlockHashAndIndex" icon="angle-right" iconType="solid" href="/reference/plasma-eth-gettransactionbyblockhashandindex" horizontal />

  <Card title="eth_getRawTransactionByHash" icon="angle-right" iconType="solid" href="/reference/plasma-eth-getrawtransactionbyhash" horizontal />

  <Card title="eth_getRawTransactionByBlockNumberAndIndex" icon="angle-right" iconType="solid" href="/reference/plasma-eth-getrawtransactionbyblocknumberandindex" horizontal />

  <Card title="eth_getRawTransactionByBlockHashAndIndex" icon="angle-right" iconType="solid" href="/reference/plasma-eth-getrawtransactionbyblockhashandindex" horizontal />

  <Card title="eth_getTransactionBySenderAndNonce" icon="angle-right" iconType="solid" href="/reference/plasma-eth-gettransactionbysenderandnonce" horizontal />
</CardGroup>

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
