> ## 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 Streams 가이드 - Helius 문서

> 단계별 Parsed Streams 가이드: Jupiter 스왑 추적, Pump.fun 토큰 발행 추적, 다시 연결 및 오류 처리.

단계별 튜토리얼을 통해 [Parsed Streams](/docs/ko/parsed-streams)로 사람이 읽을 수 있는 Solana 데이터를 스트리밍합니다. 각 가이드에는 실행 가능한 코드 예제가 포함되어 있습니다. 모든 가이드를 [가이드 탭](/docs/ko/guides/overview)에서 찾아보세요.

<CardGroup cols={2}>
  <Card title="Jupiter 스왑 추적" icon="arrow-right-arrow-left" href="/docs/ko/parsed-streams/guides/track-jupiter-swaps">
    프로그램 검색을 사용하여 실제 스왑 필터를 구축하고 구독합니다
  </Card>

  <Card title="Pump.fun 발행 추적" icon="rocket" href="/docs/ko/parsed-streams/guides/track-pumpfun-mints">
    새로운 Pump.fun 토큰 배포를 로깅하는 재연결 안전 리스너
  </Card>

  <Card title="다시 연결 처리" icon="rotate" href="/docs/ko/parsed-streams/guides/handling-reconnects">
    연결 끊김을 감지하고, 백오프하고, 다시 구독하며, 슬롯을 백필합니다
  </Card>
</CardGroup>
