Skip to content

bullpen polymarket trades

Last updated: February 26, 2026

Show recent trades on a market

Usage

bullpen polymarket trades [OPTIONS] <SLUG>

Live Help

Show recent trades on a market

Usage: bullpen polymarket trades [OPTIONS] <SLUG>

Arguments:
  <SLUG>  Market slug

Options:
      --limit <LIMIT>    Maximum number of trades to show [default: 20]
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket trades [OPTIONS] <SLUG>
bullpen polymarket trades --help
bullpen polymarket trades --output json

Example Data

Representative JSON shape for automation and integrations:

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