Overview
HyperCore is a non-EVM chain purpose-built for high-frequency derivatives trading. GoldRush provides real-time streaming access to HyperCore’s native trading data — including data not available via the public Hyperliquid API, such as liquidation details, vault actions, and complete ledger event history.What makes this unique
- Exclusive data: Liquidation cascades, vault deposits/withdrawals, and detailed ledger events that bypass Hyperliquid’s public API limitations
- Zero rate limits: Dedicated infrastructure with no request throttling
- Dedicated Tokyo nodes: Private backbone for low-latency, high-throughput data ingestion directly from Hyperliquid’s infrastructure
- Rich decoded events: 6 decoded event types covering fills, funding rates, delegations, deposits, withdrawals, and 20+ ledger subtypes
- Non-EVM native: First-class support for Hyperliquid’s custom chain architecture, not an EVM compatibility layer
Supported APIs
Streaming API
Stream Hyperliquid fills, liquidations, funding rates, vault actions, and OHLCV pricing data in real-time using GraphQL over WebSockets.
Use cases: Trading bots, perps dashboards, liquidation monitoring, and AI Agents.
Use cases: Trading bots, perps dashboards, liquidation monitoring, and AI Agents.
Foundational API
Coming soon. REST API access to historical HyperCore data — balances, transaction histories, and decoded events.
Mainnet
| Property | Value |
|---|---|
| Chain Name | HYPERCORE_MAINNET |
| Chain ID | na |
| Network Type | Frontier Chain |
| Support Level | frontier |
| Block Explorer | Hyperliquid Explorer |
| Official Website | HyperCore Website |
| Native Gas Token | HYPE |
API Usage
To use this blockchain network in GoldRush API calls, use:Chain Name
HYPERCORE_MAINNET(mainnet)
Example Streaming Subscription
Connect via WebSocket at
wss://streaming.goldrushdata.com/graphql with your API key in the connection parameters.
See the Streaming API Quickstart for full setup details.Streaming API Support
This chain supports 2 GoldRush Streaming APIs:- OHLCV Tokens Stream — real-time and historical OHLCV candles for all Hyperliquid markets (perpetuals, commodities, equities)
- Wallet Activity Stream — track wallet positions, trades, PnL, and all onchain activity across thousands of wallets simultaneously
Decoded Event Types
GoldRush decodes raw HyperCore transactions into structured, typed events. These are unique to Hyperliquid’s architecture and go far beyond what standard EVM decoded events provide.| Event Type | Description |
|---|---|
| Fill Transaction | Perpetuals trade fills with liquidation context, side, PnL, and builder fees |
| Funding Event | Funding rate payments between long and short position holders |
| Ledger Event | 20+ subtypes: vault deposits/withdrawals, liquidations, spot transfers, staking, borrow/lend, reward claims, and more |
| Delegation Event | Staking delegation and undelegation events |
| Deposit Event | Cross-chain deposits from external chains |
| Withdrawal Event | Finalized cross-chain withdrawals |
All decoded events share a common interface via HypercoreMiscEventsTransaction with
hash, and time fields.