grimoire-hyperliquid

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Grimoire Hyperliquid Skill

Grimoire Hyperliquid 技能

Use the Grimoire CLI for public Hyperliquid market data.
Preferred:
  • grimoire venue hyperliquid ...
If you installed
@grimoirelabs/venues
directly, you can also use
grimoire-hyperliquid
.
使用Grimoire CLI获取Hyperliquid公开市场数据。
推荐用法:
  • grimoire venue hyperliquid ...
如果你直接安装了
@grimoirelabs/venues
,也可以使用
grimoire-hyperliquid

When to use

适用场景

  • Fetch Hyperliquid mid prices, books, or metadata for quick VM prototyping.
  • Produce snapshot
    params
    blocks with
    --format spell
    for VM runs.
  • 为快速VM原型开发获取Hyperliquid中间价、订单簿或元数据。
  • 使用
    --format spell
    生成适用于VM运行的快照
    params
    块。

Prerequisites

前置条件

  • Global CLI:
    npm i -g @grimoirelabs/cli
  • No install:
    npx -y @grimoirelabs/cli venue hyperliquid ...
  • 全局CLI安装:
    npm i -g @grimoirelabs/cli
  • 无需安装:
    npx -y @grimoirelabs/cli venue hyperliquid ...

VM snapshot usage

VM快照用法

Use
--format spell
to emit a VM-ready
params:
block you can paste into a spell.
使用
--format spell
生成可直接粘贴到spell中的VM就绪
params:
块。

Commands

命令

  • grimoire venue hyperliquid mids [--format <json|table|spell>]
  • grimoire venue hyperliquid l2-book --coin <symbol> [--format <json|table|spell>]
  • grimoire venue hyperliquid open-orders --user <address> [--format <json|table|spell>]
  • grimoire venue hyperliquid meta [--format <json|table|spell>]
  • grimoire venue hyperliquid spot-meta [--format <json|table|spell>]
  • grimoire venue hyperliquid mids [--format <json|table|spell>]
  • grimoire venue hyperliquid l2-book --coin <symbol> [--format <json|table|spell>]
  • grimoire venue hyperliquid open-orders --user <address> [--format <json|table|spell>]
  • grimoire venue hyperliquid meta [--format <json|table|spell>]
  • grimoire venue hyperliquid spot-meta [--format <json|table|spell>]

Examples

示例

bash
grimoire venue hyperliquid mids --format table
grimoire venue hyperliquid mids --format spell
grimoire venue hyperliquid l2-book --coin BTC
grimoire venue hyperliquid l2-book --coin BTC --format spell
grimoire venue hyperliquid open-orders --user 0x0000000000000000000000000000000000000000
grimoire venue hyperliquid meta
bash
grimoire venue hyperliquid mids --format table
grimoire venue hyperliquid mids --format spell
grimoire venue hyperliquid l2-book --coin BTC
grimoire venue hyperliquid l2-book --coin BTC --format spell
grimoire venue hyperliquid open-orders --user 0x0000000000000000000000000000000000000000
grimoire venue hyperliquid meta

Notes

注意事项

  • Outputs JSON plus a human-readable table.
  • Use
    --format spell
    for VM-ready snapshots.
  • Uses Hyperliquid Info endpoints only (no authenticated actions).
  • 输出JSON格式数据以及易读的表格。
  • 使用
    --format spell
    生成VM就绪快照。
  • 仅使用Hyperliquid Info端点(无认证操作)。