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

# Get Enhanced Transactions

> Parse one or more Solana transaction signatures into human-readable format including NFT sales, token swaps, transfers, and DeFi operations 

## Request Parameters

<ParamField body="commitment" type="string">
  How finalized a block must be to be included in the search. If not provided, will default to "finalized" commitment. Note that "processed" level commitment is not supported.

  * `finalized`
  * `confirmed`
</ParamField>

<ParamField body="transactions" type="array" default="[&#x22;4jzQxVTaJ4Fe4Fct9y1aaT9hmVyEjpCqE2bL8JMnuLZbzHZwaL4kZZvNEZ6bEj6fGmiAdCPjmNQHCf8v994PAgDf&#x22;]" />
