Skip to content

bullpen tracker list

Last updated: February 26, 2026

List all tracked wallets

Usage

bullpen tracker list [OPTIONS]

Live Help

List all tracked wallets

Usage: bullpen tracker list [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen tracker list [OPTIONS]
bullpen tracker list --help
bullpen tracker list --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen tracker list --output json",
  "count": 2,
  "items": [
    { "id": "item_1", "name": "Sample Item", "status": "active" },
    { "id": "item_2", "name": "Sample Item 2", "status": "active" }
  ],
  "last_updated": "2026-02-26"
}