Dataset Viewer
Auto-converted to Parquet Duplicate
dex
stringclasses
1 value
note
stringclasses
1 value
assets
dict
xyz
14-asset free sample. Full library covers all 122 xyz-dex assets.
{ "AAPL": { "name": "xyz:AAPL", "max_leverage": 20, "sz_decimals": 3, "only_isolated": false, "margin_table_id": 20, "oracle_band_bps": 500, "oracle_band_source": "static (trade[XYZ])" }, "AMZN": { "name": "xyz:AMZN", "max_leverage": 20, "sz_decimals": 3, "only_isolated...

HIP-3 Asset Spec Sample — Hyperliquid Machine-Readable Asset Specs

Free sample · JSON · Pulled live from the Hyperliquid HIP-3 API

A sample of machine-readable asset specifications (maxLeverage, szDecimals, isolated) for assets listed on Hyperliquid's HIP-3 xyz dex, part of The Glitch List — a data engineering lab based in Barcelona building algorithmic trading tools for Hyperliquid.

What's Included

  • Sample JSON with real per-asset parameters (maxLeverage, szDecimals, isolated)
  • Structure matches the full library's output exactly

Quick Start

```python import json with open("hip3_asset_specs_sample.json") as f: specs = json.load(f) print(specs) ```

Want the Full Library?

This sample is a snapshot. The full HIP-3 Machine-Readable Asset Spec Library pulls live parameters for all assets on the xyz dex directly from the API and compiles them into a single, versionable JSON — so you're never hand-maintaining a spec list that goes stale.

Get the full library ($9): https://theglitchlist.com/product/hip-3-machine-readable-asset-spec-library/?utm_source=huggingface&utm_medium=dataset&utm_campaign=hip3_asset_spec

Requirements: Python 3.9+.

License

Personal research and trading bot development only. No commercial redistribution, resale, or public API deployment.

Citation

If you use this sample, please credit The Glitch List and link to theglitchlist.com.

Downloads last month
50