Skip to content

bullpen polymarket clob price-history

Last updated: February 26, 2026

Get price history for a token ID (unauthenticated)

Usage

bullpen polymarket clob price-history [OPTIONS] <TOKEN_ID>

Live Help

Get price history for a token ID (unauthenticated)

Usage: bullpen polymarket clob price-history [OPTIONS] <TOKEN_ID>

Arguments:
  <TOKEN_ID>
          Token ID (condition token, large decimal string)

Options:
      --interval <INTERVAL>
          Time interval: 1m, 1h, 6h, 1d, 1w, max

          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]

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

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

      --fidelity <FIDELITY>
          Number of data points to return (optional fidelity override)

      --config <CONFIG>


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

Example Commands

bullpen polymarket clob price-history [OPTIONS] <TOKEN_ID>
bullpen polymarket clob price-history --help
bullpen polymarket clob price-history --output json

Example Data

Representative JSON shape for automation and integrations:

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