CoolFace
Datasetpublic

jalvart/hip3-asset-spec-sample

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… See the full description on the dataset page: https://huggingface.co/datasets/jalvart/hip3-asset-spec-sample.

sourceHugging Faceotherupdated 3d agoView on Hugging Face
0likes48downloads
Dataset Card

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/?utmsource=huggingface&utmmedium=dataset&utmcampaign=hip3asset_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.