> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Enhanced Transactions API

> Complete API reference for Helius Enhanced Transactions endpoints. Parse transactions into human-readable formats including NFT sales, swaps, and transfers.

<Warning>
  The Enhanced Transactions API is a legacy product in maintenance mode. It still works and these pages remain available, but it is not receiving new parser types or feature work. Its successor is [Parsed Events](/docs/parsed-events), which decodes instructions through the IDL catalog and is in open beta on paid plans. You can also use [`getTransactionsForAddress`](/docs/rpc/gettransactionsforaddress) for transaction history and backfill, and the [Wallet API](/docs/wallet-api/overview) for human-readable wallet data.
</Warning>

<CardGroup cols={2}>
  <Card title="Get Parsed Transactions" href="/docs/api-reference/enhanced-transactions/gettransactions">
    Parses and returns enhanced, human-readable versions of the given transactions.
  </Card>

  <Card title="Get Parsed Transactions By Address" href="/docs/api-reference/enhanced-transactions/gettransactionsbyaddress">
    Retrieves enhanced transaction history for a specific address.
  </Card>
</CardGroup>
