Skip to content

bullpen polymarket clob order-scoring

Last updated: February 26, 2026

Check if a single order is scoring rewards (authenticated)

Usage

bullpen polymarket clob order-scoring [OPTIONS] <ORDER_ID>

Live Help

Check if a single order is scoring rewards (authenticated)

Usage: bullpen polymarket clob order-scoring [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-scoring [OPTIONS] <ORDER_ID>
bullpen polymarket clob order-scoring --help
bullpen polymarket clob order-scoring --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket clob order-scoring --output json",
  "status": "ok",
  "checks": [
    { "name": "connectivity", "status": "pass" },
    { "name": "auth", "status": "pass" }
  ],
  "last_updated": "2026-02-26"
}