Skip to content

bullpen hyperliquid spot

Last updated: July 13, 2026

Inspect and manage Hyperliquid spot pairs, orders, limit trades, and spot TWAP

Usage

bullpen hyperliquid spot [OPTIONS] <COMMAND>

Subcommands

Subcommand Description
pairs List Hyperliquid spot pairs, tokens, and live spot asset contexts
orderbook Show the L2 orderbook for a Hyperliquid spot pair
orders Show open Hyperliquid spot orders only
order-status Show one Hyperliquid spot order status by OID or client order ID
order-history Show historical Hyperliquid spot orders only
fills Show historical Hyperliquid spot fills only
cancel Cancel one open Hyperliquid spot order by OID or client order ID
cancel-all Cancel all open Hyperliquid spot orders, optionally for one pair
buy Place a Hyperliquid spot buy
sell Place a Hyperliquid spot sell
scale Place or preview a Hyperliquid spot scale ladder
twap Create or cancel Hyperliquid spot TWAP orders

Live Help

Inspect and manage Hyperliquid spot pairs, orders, limit trades, and spot TWAP

Usage: bullpen hyperliquid spot [OPTIONS] <COMMAND>

Commands:
  pairs          List Hyperliquid spot pairs, tokens, and live spot asset contexts
  orderbook      Show the L2 orderbook for a Hyperliquid spot pair
  orders         Show open Hyperliquid spot orders only
  order-status   Show one Hyperliquid spot order status by OID or client order ID
  order-history  Show historical Hyperliquid spot orders only
  fills          Show historical Hyperliquid spot fills only
  cancel         Cancel one open Hyperliquid spot order by OID or client order ID
  cancel-all     Cancel all open Hyperliquid spot orders, optionally for one pair
  buy            Place a Hyperliquid spot buy
  sell           Place a Hyperliquid spot sell
  scale          Place or preview a Hyperliquid spot scale ladder
  twap           Create or cancel Hyperliquid spot TWAP orders
  help           Print this message or the help of the given subcommand(s)

Options:
      --no-multi-wallet-warning
          Suppress the table-mode warning shown when multiple EVM wallet accounts exist

      --output <OUTPUT>
          Output format for command results

          [possible values: table, json]

      --env <ENV>
          Target environment to connect to (overrides config.toml)

          [env: BULLPEN_ENV=]
          [possible values: staging, production]

      --config <CONFIG>
          Path to a custom config.toml file (overrides $BULLPEN_CONFIG and the default location).

          Explicit --config and BULLPEN_CONFIG paths fail closed: if the file is missing, the CLI exits validation instead of silently loading defaults. Credentials still resolve via BULLPEN_HOME, so set BULLPEN_HOME too when isolating a session.

      --read-only
          Enable read-only mode: blocks all mutating commands

      --non-interactive
          Suppress interactive prompts; does NOT imply --yes for money-moving commands

          [env: BULLPEN_NON_INTERACTIVE=]

  -h, --help
          Print help (see a summary with '-h')

Example Commands

bullpen hyperliquid spot --help