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

# 사전 처리된 거래 FAQ

> preprocessedSubscribe 엔드포인트에 대한 일반적인 질문에 대한 답변

## 사전 처리된 거래 사용하기

<Accordion title="사전 처리된 구독 필터를 실시간으로 업데이트할 수 있나요?">
  아니요, 필터는 초기 `preprocessedSubscribe`로 고정됩니다. 간격을 피하기 위해 새 필터로 두 번째 연결을 열고 구독 확인을 기다린 다음 서비스를 새 필터로 전환하는 것을 권장합니다.
</Accordion>

<Accordion title="preprocessedSubscribe 동시 구독 제한이 API 키당인가요, 아니면 계정당인가요?">
  10개의 동시 연결 제한은 Helius 프로젝트당 시행됩니다. 동일한 프로젝트에 대해 두 번째 API 키를 생성하면 동일한 10개의 연결 제한을 공유하게 됩니다.
</Accordion>

## 도움이 더 필요하신가요?

<CardGroup cols={2}>
  <Card title="사전 처리된 거래" icon="layer-group" href="/docs/ko/preprocessed-transactions/overview">
    사전 처리된 거래 사용 방법 알아보기
  </Card>

  <Card title="preprocessedSubscribe API 참조" icon="headset" href="/docs/ko/preprocessed-transactions/preprocessed-subscribe">
    구독, 필터에 대해 배우고 예제를 얻으세요
  </Card>
</CardGroup>
