Skip to content

bullpen polymarket price

Last updated: February 26, 2026

Quick price check for a prediction market (midpoint, last trade, bid/ask, spread)

Usage

bullpen polymarket price [OPTIONS] <SLUG> [OUTCOME]

Live Help

Quick price check for a prediction market (midpoint, last trade, bid/ask, spread)

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

Arguments:
  <SLUG>     Market slug (e.g. "will-bitcoin-hit-100k")
  [OUTCOME]  Filter to a specific outcome (e.g. "yes", "no")

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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