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

<CardGroup cols={2}>
  <Card title="Get Parsed Transactions" href="/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="/api-reference/enhanced-transactions/gettransactionsbyaddress">
    Retrieves enhanced transaction history for a specific address.
  </Card>
</CardGroup>
