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

# 解析事件指南 - Helius 文档

> 逐步解析事件指南：获取 Pump.fun 代币铸造，使用 GraphQL 查询以及从增强事务迁移。

了解如何使用 [解析事件 API](/docs/zh/parsed-events) 查询可读的历史 Solana 数据。每个教程都包括可运行的代码示例。在[指南选项卡](/docs/zh/guides/overview)中浏览所有指南。

<CardGroup cols={2}>
  <Card title="获取 Pump.fun 铸造" icon="clock-rotate-left" href="/docs/zh/parsed-events/guides/fetch-pumpfun-mints">
    浏览钱包在 Pump.fun 上部署的每个代币
  </Card>

  <Card title="使用 GraphQL 查询" icon="diagram-project" href="/docs/zh/parsed-events/guides/query-with-graphql">
    精确选择应用所需的解析字段
  </Card>

  <Card title="从增强事务迁移" icon="arrow-right" href="/docs/zh/parsed-events/guides/migrate-from-enhanced-transactions">
    从传统 API 进行端点、参数和响应映射
  </Card>
</CardGroup>
