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

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

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>

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

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

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

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

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

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