Overview
Goldsky provides curated Hyperliquid Hypercore datasets for blocks, fills, trades, transactions, and miscellaneous events, making it easy to build pipelines for perp and spot market analysis.Reach out to support@goldsky.com for dataset access.
Historical Hypercore data starts at block
846900800 (January 1, 2026). Blocks before 846900800 aren’t available in any Hypercore dataset.hypercore.blocks: Per-block metadata (height, time, proposer, hardfork)hypercore.fills: Every individual fill (a single execution against a resting order), including liquidation detailshypercore.trades: Market trades, one row per trade, reconstructed by pairing the two fills under the same tradehypercore.transactions: Signed-action transactions with their paired execution responsehypercore.misc_events: Miscellaneous event data
Schema Reference
hypercore.blocks (v1.0.0)
Per-block metadata.
hypercore.fills (v1.0.0)
Every individual fill: a single execution against a resting order. Liquidation fills carry the extra liquidation_* columns.
hypercore.trades (v1.0.0)
Market trades: one row per trade, reconstructed by pairing the two fills under the same trade.
hypercore.transactions (v1.0.0)
Signed-action transactions with their paired execution response.
hypercore.misc_events (v1.0.0)
Miscellaneous event data.
action, resp_response, and event are JSON-encoded strings. Use json_extract or your sink’s JSON functions to parse them downstream.