Skip to main content

Overview

Goldsky provides curated Hyperliquid Hypercore datasets for fills, trades, liquidations, and miscellaneous events, making it easy to build pipelines for perp and spot market analysis.
Reach out to support@goldsky.com for dataset access.
Available datasets:
  • hypercore.fills — Every individual fill (a single execution against a resting order)
  • hypercore.trades — Market trades, one row per trade, reconstructed by pairing the two fills under the same trade
  • hypercore.liquidations — The subset of fills that were part of a liquidation
  • hypercore.misc_events — Miscellaneous event data

Schema Reference

hypercore.fills (v1.0.0)

Every individual fill — a single execution against a resting order.

hypercore.trades (v1.0.0)

Market trades — one row per trade, reconstructed by pairing the two fills under the same trade.

hypercore.liquidations (v1.0.0)

The subset of fills that were part of a liquidation.

hypercore.misc_events (v1.0.0)

Miscellaneous event data.
extra_fields, liquidation, and event are JSON-encoded strings. Use json_extract or your sink’s JSON functions to parse them downstream.