Hyperliquid — анализ рынка и торговой истории

★ 7.1 · financial-analysis

hyperliquid is a Claude Code skill that queries Hyperliquid market and account data through the public `/info` endpoint — read-only, no API key, no signing, no order placement. It ships 12 commands — `dexs`, `markets`, `spots`, `candles`, `funding`, `l2`, `state`, `spot-balances`, `fills`, `orders`, `review`, `export` — built on Python stdlib only (`urllib`, `json`, `argparse`). The skill covers perp and spot market discovery, live L2 order book depth, wallet perp positions and spot balances, fill history with optional time aggregation, and open orders. The `review` command produces a post-trade report with realized PnL, fees, win/loss breakdown, market trend, average funding per traded coin, and heuristics such as fee drag and counter-trend losses. `export` outputs a normalized JSON dataset combining candles and funding rates, ready for backtesting or reproducible analysis workflows.