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

# Parsed Events Guides - Helius Docs

> Step-by-step Parsed Events guides: fetching Pump.fun token mints, querying with GraphQL, and migrating from Enhanced Transactions.

Learn how to query human-readable, historical Solana data with the [Parsed Events API](/docs/parsed-events). Each tutorial includes runnable code examples. Browse all guides in the [Guides tab](/docs/guides/overview).

<CardGroup cols={2}>
  <Card title="Fetch Pump.fun Mints" icon="clock-rotate-left" href="/docs/parsed-events/guides/fetch-pumpfun-mints">
    Page through every token a wallet has deployed on Pump.fun
  </Card>

  <Card title="Query with GraphQL" icon="diagram-project" href="/docs/parsed-events/guides/query-with-graphql">
    Select exactly the parsed fields your application needs
  </Card>

  <Card title="Migrate from Enhanced Transactions" icon="arrow-right" href="/docs/parsed-events/guides/migrate-from-enhanced-transactions">
    Endpoint, parameter, and response mapping from the legacy API
  </Card>
</CardGroup>
