📊 Data Samples

Hyperliquid L4 Trades Samples

Explore sample Hyperliquid L4 Trades flat file data, including preview rows and downloadable datasets for testing.

Hyperliquid L4 Trades Data Samples

The Hyperliquid L4 Trades flat files provide executed transactions from the Hyperliquid L4 exchange with user attribution for both sides of each match. Each row extends the standard Trades format with user_taker and user_maker fields.

These samples allow you to:

  • Inspect the file structure and column layout.
  • Preview the first few rows of real trade data.
  • Download an extended sample file for deeper testing.

File Structure

Hyperliquid L4 Trades files follow the general naming convention: T-TRADES/D-YYYYMMDD/E-HYPERLIQUIDL4/IDDI-[IDENTIFIER]+SC-[COINAPI_SYMBOL_ID]+S-[EXCHANGE_SYMBOL].csv.gz

Data Samples (First 10 Rows)

File Location: T-TRADES/D-2026060900/E-HYPERLIQUIDL4/IDDI-47427873+SC-HYPERLIQUIDL4_PERP_BTC_USDC+S-BTC.csv.gz

Symbol Type: PERPETUAL

File Preview:

time_exchange;time_coinapi;guid;price;base_amount;taker_side;id_exch_guid;id_exch_int_inc;order_id_maker;order_id_taker;user_taker;user_maker
2026-06-09T00:00:00.0050000;2026-06-09T00:00:00.6819304;4f98a9e7-d2b7-4827-a1f4-2d8d8f33edff;63058;0.00017;BUY;;198329165928041;;;0xaf19b7ebbe38f81cac3268bf6f85870af061b6aa;0x2ca4927174ba283d8a57f60ef3589844035a2930
2026-06-09T00:00:00.0050000;2026-06-09T00:00:00.6821376;fc43e65a-c71d-4d05-8f68-2aaecf5aed5c;63058;0.00016;BUY;;721432008170104;;;0xaf19b7ebbe38f81cac3268bf6f85870af061b6aa;0x492322b1fca1ab301a103b716a243b20cb3001aa
2026-06-09T00:00:00.5650000;2026-06-09T00:00:01.3010151;93ba0c8e-c056-45fd-a186-3ad19cf1641d;63058;0.00014;BUY;;298475222103784;;;0xd49eaf821d8fe887e043ef1510b77f461ae7e1fa;0x492322b1fca1ab301a103b716a243b20cb3001aa
2026-06-09T00:00:00.5650000;2026-06-09T00:00:01.3010710;c2b0dc94-2192-4e09-a842-7edb23a4af3c;63058;0.00086;BUY;;31674556386215;;;0xd49eaf821d8fe887e043ef1510b77f461ae7e1fa;0x388d9e1ccaec74527f73f8c87b5928ba28c06c03
2026-06-09T00:00:02.4760000;2026-06-09T00:00:02.8009609;887fac68-0508-45e1-987d-f6053afcd8d0;63056;0.00017;SELL;;71897772240678;;;0xa6727cd11f50e42232d147f6eb4122a373975661;0xf5d81a135f756ca16544e53c20fc20643ec3ad53
2026-06-09T00:00:02.4760000;2026-06-09T00:00:02.8009831;7a7c9df2-386f-4ee3-9247-6ac75a51aeb8;63056;0.00049;SELL;;317232833793981;;;0xa6727cd11f50e42232d147f6eb4122a373975661;0xcbbaff8826b4723020562c24fb6cc1c38c0c3045
2026-06-09T00:00:02.8110000;2026-06-09T00:00:03.0512288;2629f1ea-c0b8-4876-93bb-62230da36b30;63054;0.00017;SELL;;479367626510481;;;0xf4b8a39b7b828d8e059a55ed697a3dec634b6488;0xf5d81a135f756ca16544e53c20fc20643ec3ad53
2026-06-09T00:00:03.0700000;2026-06-09T00:00:03.2633292;2d232dcd-8ef6-4700-ad81-a49a4b302895;63051;0.0004;SELL;;405829151892123;;;0x530741e38686c225cabd05bb56b82ea312dfc34b;0x8f10353a39891ff9caae07a2301ae20ddca51076
2026-06-09T00:00:03.0700000;2026-06-09T00:00:03.2634873;d7a1c010-0ece-4518-b9a4-87c4b161994e;63051;0.0001;SELL;;499117646191449;;;0x530741e38686c225cabd05bb56b82ea312dfc34b;0x31dea2516beee92135b96f464eeec3cf292a13f2
2026-06-09T00:00:03.0700000;2026-06-09T00:00:03.2635125;e746e911-a666-41e2-86ef-028f373e2a0a;63052;0.00018;BUY;;77167825536505;;;0xa7d1f1dd8ce0d8247c43046350d17357a6db2cee;0x37c1e493c8a452ab3f5a6d01fda87795b91e7851

A larger sample file (100 rows) is available for download here: Download Sample (100 rows)

[!NOTE]

The downloadable files are still not the full flat files, but it provides more rows than the preview to help test ingestion pipelines and parsing logic.

Service StatusGitHub SDK