Connection Details
The Streaming API uses the GraphQL over WebSocket protocol. The recommended approach is to use the official TypeScript Client SDK which manages all WebSocket connections automatically.
Use Cases

Trading Bots
Power your bots with new pairs, pair liquidity changes, OHLCV pricing data,
and wallet activity to copy trade.

Gaming
Stream inventory balances and onchain game state right into your game engine
with no lag or polling.

AI Agents
Power your AI Agents with streaming wallet information to build novel
co-pilot apps.
Available Streams
The GoldRush Streaming API offers the following streams:- OHLCV Tokens Stream: Continuous price data feed providing Open, High, Low, Close, Volume values for one or many tokens at configurable intervals. Commonly used to execute trading strategies like take-profit, stop-loss and others.
- OHLCV Pairs Stream: Continuous price data feed providing Open, High, Low, Close, Volume values for one or many token pairs at configurable intervals. Commonly used to execute trading strategies like take-profit, stop-loss and others.
- New DEX Pairs Stream: Real-time updates on new pairs, pair liquidity changes, and other pair-related events across supported DEXes. Commonly used to build liquidity sniping bots.
- Update Pairs Stream: Real-time price, liquidity, volume, and market cap updates for tracked token pairs. Commonly used to monitor portfolio exposure or trigger alerting workflows.
- Wallet Activity Stream: Live tracking of wallet transactions, token transfers, and interactions with smart contracts. Commonly used to build copy trading bots.
Price Feed Sources
Price feeds used in the GoldRush Streaming API are sourced in the following ways:- DEX swap events — prices are derived from onchain trades in specific pools across the supported DEXes. Prices update with each swap event.
- Onchain oracle price feeds — on select chains and for specific tokens, prices are pushed onchain by oracle providers (e.g. Redstone Bolt on MegaETH), delivering CEX-aggregated prices at much higher update frequencies.
Access via GoldRush CLI
You can also access Streaming API data directly from your terminal using GoldRush CLI - no code or WebSocket setup required:Supported Chains & DEXes
| Chain | Supported DEXes |
|---|---|
BASE_MAINNET | UNISWAP_V2, UNISWAP_V3, PANCAKESWAP_V2, PANCAKESWAP_V3, VIRTUALS_V2, CLANKER_V3 |
BSC_MAINNET | PANCAKESWAP_V2, PANCAKESWAP_V3 |
ETH_MAINNET | UNISWAP_V2, UNISWAP_V3 |
HYPEREVM_MAINNET | PROJECT_X |
MEGAETH_MAINNET | UNISWAP_V2, UNISWAP_V3, JOE_V2, KUMBAYA_V1, PRISM_V1 |
MONAD_MAINNET | NAD_FUN, UNISWAP_V2, UNISWAP_V3 |
POLYGON_MAINNET | QUICKSWAP_V2, QUICKSWAP_V3, SUSHISWAP_V2 |
SOLANA_MAINNET | RAYDIUM_AMM, RAYDIUM_CPMM, RAYDIUM_CLMM, PUMP_FUN, PUMP_FUN_AMM, MOONSHOT, RAYDIUM_LAUNCH_LAB, METEORA_DAMM, METEORA_DLMM, METEORA_DBC, ORCA_WHIRLPOOL |
SONIC_MAINNET | SHADOW_V2, SHADOW_V3 |