Skip to content

bullpen hyperliquid agent list

Last updated: July 13, 2026

List approved Hyperliquid agent wallets for an address

Usage

bullpen hyperliquid agent list [OPTIONS]

Live Help

List approved Hyperliquid agent wallets for an address

Usage: bullpen hyperliquid agent list [OPTIONS]

Options:
      --address <ADDRESS>
          Ethereum address to query. Defaults to the authenticated account

      --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]

      --all-wallets
          Query every Bullpen-managed EVM wallet and show Hyperliquid agent slot capacity

      --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')

EXAMPLES:
  # List agent wallets for the active Hyperliquid account
  bullpen hyperliquid agent list

  # List agent wallet capacity across every Bullpen-managed EVM wallet
  bullpen hyperliquid agent list --all-wallets --output json

  # Export agent wallets for an address as JSON
  bullpen hyperliquid agent list --address 0x1111111111111111111111111111111111111111 --output json

VALIDITY FIELDS:
  Agent list output includes raw valid_until, optional valid_until_iso for a
  parseable non-zero timestamp, valid_until_known, valid_until_display,
  validity_status, agent_kind, and named. A raw valid_until of 0 is reported as
  valid_until_known=false, validity_status=unknown, valid_until_display=unknown,
  and no valid_until_iso; the CLI does not infer active/expired state from
  wall-clock time.

CAPACITY FIELDS:
  Hyperliquid master accounts support one unnamed API wallet and up to three
  named API wallets. agent list reports agent_count, named_agent_count,
  unnamed_agent_count, named_agent_cap, unnamed_agent_cap,
  named_agent_slots_remaining, unnamed_agent_slots_remaining, and
  slot_scarcity so Pear users and future delegated-agent users can see
  capacity before approving another delegated agent.

Example Commands

bullpen hyperliquid agent list
bullpen hyperliquid agent list --all-wallets --output json
bullpen hyperliquid agent list --address 0x1111111111111111111111111111111111111111 --output json

JSON Output

Contract: JSON Output Contract.

This command supports --output json, but this generated reference page intentionally does not include a synthetic success schema or example.

Use the live command in your target environment to inspect command-specific success fields. Error output follows the shared JSON output contract linked above.

Schema version: 1 when a command emits schema_version; otherwise treat the current command shape as contract version 1.

Stability

Patch releases may add nullable or optional fields. Minor releases may add required fields or increment schema_version. Major releases may remove or rename fields.