Skip to content

bullpen polymarket price-history

Last updated: February 26, 2026

Show price history for a market outcome

Usage

bullpen polymarket price-history [OPTIONS] --outcome <OUTCOME> <SLUG>

Live Help

Show price history for a market outcome

Usage: bullpen polymarket price-history [OPTIONS] --outcome <OUTCOME> <SLUG>

Arguments:
  <SLUG>
          Market slug

Options:
      --outcome <OUTCOME>
          Outcome name (e.g., "Yes" or "No")

      --output <OUTPUT>
          [possible values: table, json]

      --env <ENV>
          [possible values: staging, production]

      --interval <INTERVAL>
          Time interval for price history window

          Possible values:
          - 1m:  1 minute window (fine-grained data points)
          - 1h:  1 hour window (5-minute data points)
          - 6h:  6 hour window (30-minute data points)
          - 1d:  1 day window (60-minute data points)
          - 1w:  1 week window (720-minute data points)
          - max: Maximum available history

          [default: 1d]

      --config <CONFIG>


  -h, --help
          Print help (see a summary with '-h')

Example Commands

bullpen polymarket price-history [OPTIONS] --outcome <OUTCOME> <SLUG>
bullpen polymarket price-history --help
bullpen polymarket price-history --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket price-history --output json",
  "ok": true,
  "data": {
    "example": "This is a representative output shape."
  },
  "last_updated": "2026-02-26"
}