You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move perp quote under hyperliquid perp quote subcommand
The perp quote command now correctly lives under the `perp` subcommand
(e.g. `hyperliquid perp quote TSLA`) instead of being a top-level command.
Signed-off-by: Michael Yuan <michael@secondstate.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|`hyperliquid perp buy <SYM> --amount N --price P [--close]`| Perp long / close short |
@@ -461,7 +461,7 @@ Spot and perpetual futures trading, HIP-3 dex (commodities, stocks), deposits, w
461
461
462
462
**HIP-3 Perps (commodities, stocks):** The `cash` dex on Hyperliquid supports commodity and stock perps using USDT0 collateral. Symbols like `SILVER`, `GOLD`, `TSLA` are auto-detected and routed to the correct dex.
463
463
464
-
**Perp Quote:**`hyperliquid quote` returns perpetual futures data including funding rate, open interest, premium, and max leverage.
464
+
**Perp Quote:**`hyperliquid perp quote` returns perpetual futures data including funding rate, open interest, premium, and max leverage.
465
465
466
466
**Transfer:** Move funds between `spot`, `perp`, `cash` (HIP-3), and other dex accounts. One side must always be `spot`.
467
467
@@ -544,7 +544,7 @@ These commands work the same across exchange CLIs. The only difference is which
0 commit comments