Skip to content

bullpen polymarket clob order

Last updated: February 26, 2026

Look up a single order by order ID (authenticated)

Usage

bullpen polymarket clob order [OPTIONS] <ORDER_ID>

Live Help

Look up a single order by order ID (authenticated)

Usage: bullpen polymarket clob order [OPTIONS] <ORDER_ID>

Arguments:
  <ORDER_ID>  Order ID (UUID string)

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

Example Commands

bullpen polymarket clob order [OPTIONS] <ORDER_ID>
bullpen polymarket clob order --help
bullpen polymarket clob order --output json

Example Data

Representative JSON shape for automation and integrations:

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