Skip to content

bullpen polymarket feed

Last updated: February 26, 2026

View filtered trade or comment feeds

Usage

bullpen polymarket feed [OPTIONS] <TYPE>

Live Help

View filtered trade or comment feeds

Usage: bullpen polymarket feed [OPTIONS] <TYPE>

Arguments:
  <TYPE>  Feed type: trades or comments

Options:
      --min-pnl <MIN_PNL>                        Minimum lifetime PnL
      --output <OUTPUT>                          [possible values: table, json]
      --env <ENV>                                [possible values: staging, production]
      --min-volume <MIN_VOLUME>                  Minimum lifetime volume
      --config <CONFIG>                          
      --min-predictions <MIN_PREDICTIONS>        Minimum prediction count
      --min-position-value <MIN_POSITION_VALUE>  Minimum position value
      --category <CATEGORY>                      Filter by category
      --following-only                           Only following (comments only)
      --action <ACTION>                          Trade action: All, Buy, Sell (trades only)
      --min-trade-size <MIN_TRADE_SIZE>          Minimum trade size in USD (trades only)
      --min-price <MIN_PRICE>                    Minimum share price 0.01-0.99 (trades only)
      --max-price <MAX_PRICE>                    Maximum share price 0.01-0.99 (trades only)
      --exclude-categories <EXCLUDE_CATEGORIES>  Exclude categories (comma-separated)
      --page <PAGE>                              Page number [default: 1]
      --limit <LIMIT>                            Results per page [default: 20]
  -h, --help                                     Print help

Example Commands

bullpen polymarket feed [OPTIONS] <TYPE>
bullpen polymarket feed --help
bullpen polymarket feed --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket feed --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"
}