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

> Arc transaction JSON-RPC methods — retrieve transactions by hash or index, receipts, and raw transaction data on Arc.

Retrieving transaction data from Arc can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getRawTransactionByHash" icon="angle-right" iconType="solid" href="/reference/arc-eth-getrawtransactionbyhash" horizontal />

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

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

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

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