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

# Transactions info | Monad

> Monad transaction info JSON-RPC methods — retrieve transaction details including sender, recipient, value, gas used, status, and receipts on the network.

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

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

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

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

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

  <Card title="eth_getBlockReceipts" icon="angle-right" iconType="solid" href="/reference/monad-getblockreceipts" horizontal />

  <Card title="eth_newPendingTransactionFilter" icon="angle-right" iconType="solid" href="/reference/monad-newpendingtransactionfilter" horizontal />
</CardGroup>

This information can be used to:

* **Transaction tracking** — monitor the status and details of specific transactions on the network.
* **Receipt verification** — confirm transaction execution and access logs, gas usage, and status.
* **DApp development** — integrate transaction data into decentralized applications for user feedback and state management.
* **Analytics** — analyze transaction patterns and network usage.
