📊 Data Samples

Hyperliquid L4 Book Samples

Explore sample Hyperliquid L4 Full Limit Order Book flat file data, including preview rows and downloadable datasets for testing.

Hyperliquid L4 Book Data Samples

The Hyperliquid L4 Book flat files provide order-by-order order book data from the Hyperliquid L4 exchange. Each row represents a single order book update and includes Hyperliquid-specific fields such as user address, order type, time-in-force, and L4 status codes.

These samples allow you to:

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

File Structure

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

Data Samples (First 10 Rows)

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

Symbol Type: PERPETUAL

File Preview:

time_exchange;time_coinapi;update_type;is_buy;entry_px;entry_sx;order_id;user;tif;reduce_only;order_type;cloid;orig_size;trigger_condition;is_trigger;trigger_px;is_position_tpsl;children_oids;is_child;hl4_status
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;0;63058.0;0.00362;463141850511;0x388d9e1ccaec74527f73f8c87b5928ba28c06c03;Alo;0;Limit;0x00000000000000000000019e9681853a;0.00362;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;0;63058.0;0.26543;463141850746;0xf5d81a135f756ca16544e53c20fc20643ec3ad53;Alo;0;Limit;0x8a7cb15e647eb79b77f11b1a43c34642;0.26543;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;0;63058.0;0.0003;463141850299;0x492322b1fca1ab301a103b716a243b20cb3001aa;Alo;0;Limit;0x67379076789f711d9a36f29f56764985;0.0003;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;1;63611.0;0.027;463066800076;0x68d017f8c75d22af6a48aa6f2f697c658ec15599;Alo;0;Limit;0xb82e8326e042b1da15a938c9dd279d1d;0.027;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;0;63059.0;0.00017;463141836717;0x2ca4927174ba283d8a57f60ef3589844035a2930;Alo;0;Limit;0x60c2db7108ff4c9fbc742368ec0af43a;0.00017;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;1;63509.0;0.027;463066786861;0x68d017f8c75d22af6a48aa6f2f697c658ec15599;Gtc;0;Limit;0x98f3318c767cfa2ff19dff675cbb3972;0.027;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;0;63060.0;0.00017;463141579221;0x2ca4927174ba283d8a57f60ef3589844035a2930;Alo;0;Limit;0x74019a807caa4e04b1f191abb5386a83;0.00017;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;1;63499.0;0.07874;463113598804;0xb3a38662575bdf1541013ce987934dba919851ea;Alo;0;Limit;0x00000000000000000ee893b4cbb34f2f;0.07874;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;1;63499.0;0.0625;463113598820;0x154d97e96620b08f22b41e96a77dea29da902d6d;Alo;0;Limit;0x000000000007d8ee000006ddede11c7b;0.0625;N/A;0;0.0;0;;0;
00:00:00.0050246;00:00:00.7751290;SNAPSHOT;1;63499.0;1.18101;463113608548;0xbb475febf78b528f4f0d4ae1a12541406565199c;Alo;0;Limit;0x000000000000000018b7101c04e95427;1.18101;N/A;0;0.0;0;;0;

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