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

> Polygon transaction info JSON-RPC methods — retrieve transaction data, receipts, and status for monitoring and analyzing on-chain Polygon PoS activity.

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

<CardGroup>
  <Card title="eth_getTransactionByHash" href="/reference/polygon-gettransactionbyhash" icon="angle-right" iconType="solid" horizontal />

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

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

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

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

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