> ## 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 ドキュメント

> ステップバイステップでの解析されたストリームガイド：Jupiter スワップの追跡、Pump.fun トークンミントの追跡、再接続とエラーの処理。

[Parsed Streams](/docs/ja/parsed-streams) を使用して、人間が読める形式の Solana データをストリーミングするためのステップバイステップのチュートリアルです。各ガイドには実行可能なコード例が含まれています。[ガイドタブ](/docs/ja/guides/overview)ですべてのガイドを参照できます。

<CardGroup cols={2}>
  <Card title="Jupiter スワップの追跡" icon="arrow-right-arrow-left" href="/docs/ja/parsed-streams/guides/track-jupiter-swaps">
    プログラムディスカバリーを使用して実際のスワップフィルターを構築し、サブスクライブします
  </Card>

  <Card title="Pump.fun ミントの追跡" icon="rocket" href="/docs/ja/parsed-streams/guides/track-pumpfun-mints">
    新しい Pump.fun トークンのデプロイを記録する再接続安全なリスナー
  </Card>

  <Card title="再接続の処理" icon="rotate" href="/docs/ja/parsed-streams/guides/handling-reconnects">
    切断を検出し、バックオフし、再サブスクライブし、スロットをバックフィルします
  </Card>
</CardGroup>
