Skip to content

bullpen polymarket market

Last updated: February 26, 2026

Show detailed market information

Usage

bullpen polymarket market [OPTIONS] <SLUG_OR_ID>

Live Help

Show detailed market information

Usage: bullpen polymarket market [OPTIONS] <SLUG_OR_ID>

Arguments:
  <SLUG_OR_ID>  Market slug or numeric ID

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

Example Commands

bullpen polymarket market [OPTIONS] <SLUG_OR_ID>
bullpen polymarket market --help
bullpen polymarket market --output json

Example Data

Representative JSON shape for automation and integrations:

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