Skip to content

bullpen tracker trades

Last updated: February 26, 2026

Show trades from followed Polymarket addresses

Usage

bullpen tracker trades [OPTIONS]

Live Help

Show trades from followed Polymarket addresses

Usage: bullpen tracker trades [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --page <PAGE>      Page number [default: 1]
      --env <ENV>        [possible values: staging, production]
      --limit <LIMIT>    Results per page [default: 20]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen tracker trades --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"
}