Build a Real-Time SOL Perps Dashboard with the Phoenix API
PhoenixのRESTおよびWebSocket APIが提供する市場統計、オーダーブック、ローソク足、取引、ファンディングデータを活用し、Solana上でSOLの永久先物取引のリアルタイムダッシュボードを構築します。
HyperliquidでHIP-4予測市場を取引する方法
QuicknodeのHyperliquid向けゼロカストディRESTビルダーAPIを使用して、Hyperliquid HIP-4バイナリーアウトカム市場の発見、資金調達、取引、ストリーミングを行えます。
Polymarket用コピートレードボットの構築
対象のウォレットを追跡し、取引をリアルタイムで記録し、ポジション追跡機能とリスク上限設定機能を備えたPolymarket用取引ボットを構築する。
Monitor Solana Accounts Using WebSockets and Solana Kit
Learn how to use Solana Kit's new subscription system to monitor changes on-chain. This guide covers setting up WebSocket connections, creating account subscriptions, and properly handling errors and cleanup.
WebSocket vs. Quicknode Streams
In this guide, we’ll explore the similarities and differences between WebSocket and Streams, and help you understand how Streams can solve some of the common issues developers face with WebSocket.
Visualizing Real-Time Blockchain Data With Streams and React
In this guide, we'll teach you about Streams and then demonstrate how to stream real-time blockchain data to a React app using an Express.js HTTP API, socket.io, Web3.js and tailwind.
How to Manage WebSocket Connections With Your Ethereum Node Endpoint
In this guide, you will learn how to manage your WebSocket connection on your Ethereum node endpoint to properly handle downtime and disconnects.
How to Use Solana Pay with Custom Solana Programs
Implement a NextJS app that uses Solana Pay to invoke a custom Solana program.
How to Filter Mempool Transactions on Ethereum
This guide will teach you how to retrieve and filter Mempool transactions on Ethereum using a WebSocket connection and JavaScript.
SolanaのWebSocketサブスクリプションの作成方法
Solanaには、Solanaブロックチェーン上の変更を簡単に監視できる、便利な組み込みのイベントリスナー(サブスクリプションとも呼ばれる)がいくつか用意されています。このガイドでは、SolanaのイベントリスナーメソッドとQuicknodeのWebSocketsを活用して、チェーン上の変更を監視する方法について解説します。