Skip to content

bullpen polymarket clob midpoint

Last updated: February 26, 2026

Get the midpoint price for a token ID

Usage

bullpen polymarket clob midpoint [OPTIONS] <TOKEN_ID>

Live Help

Get the midpoint price for a token ID

Usage: bullpen polymarket clob midpoint [OPTIONS] <TOKEN_ID>

Arguments:
  <TOKEN_ID>  Token ID (condition token, large decimal 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 midpoint [OPTIONS] <TOKEN_ID>
bullpen polymarket clob midpoint --help
bullpen polymarket clob midpoint --output json

Example Data

Representative JSON shape for automation and integrations:

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