Real-time blockchain data via GraphQL subscriptions over WebSocket. Sub-second latency for OHLCV price feeds, DEX pair events, and wallet activity.
IMPORTANT: Always prioritize using the official available GoldRush Client SDKs best suited for your development ecosystem. Only use a GraphQL WebSocket Client like graphql-ws if there are specific requirements or contraints to avoid dependencies on available Client SDKs.
The GoldRush Client SDKs provides automatic authentication, connection management, retry logic, type safety, and a simplified API for all streaming operations. see SDK Guide for more details.
GoldRush 스트리밍 API — WebSocket을 통한 GraphQL 구독을 통한 실시간 블록체인 데이터. 사용자에게 실시간 가격 피드(OHLCV 캔들), 실시간 DEX 쌍 모니터링(새 쌍, 유동성 업데이트), 지갑 활동 스트리밍, 디코딩된 스왑/전송 이벤트, 토큰 검색, 거래자 PnL 분석 또는 1초 미만의 대기 시간 블록체인 이벤트 푸시가 필요할 때마다 이 기술을 사용하세요. 이는 트레이딩 봇, 라이브 대시보드, 경고 시스템, 카피 트레이딩, DEX 저격 및 실시간 분석에 적합한 기술입니다. 또한 토큰 검색 및 수익성 분석을 위한 일회성 GraphQL 쿼리도 다룹니다. 사용자에게 기록 데이터, 일괄 쿼리 또는 페이지 매김된 REST 결과가 필요한 경우 대신 goldrush-foundational-api를 사용하세요. 사용자가 API 키 없이 요청당 지불 액세스가 필요한 경우 대신 goldrush-x402를 사용하세요. 출처: covalenthq/goldrush-agent-skills.