Skip to content

bullpen polymarket condition-id

Last updated: February 26, 2026

Calculate a condition ID from oracle address, question ID, and outcome count

Usage

bullpen polymarket condition-id [OPTIONS] --oracle <ORACLE> --question <QUESTION>

Live Help

Calculate a condition ID from oracle address, question ID, and outcome count

Usage: bullpen polymarket condition-id [OPTIONS] --oracle <ORACLE> --question <QUESTION>

Options:
      --oracle <ORACLE>      Oracle address (0x-prefixed 20-byte EVM address)
      --output <OUTPUT>      [possible values: table, json]
      --env <ENV>            [possible values: staging, production]
      --question <QUESTION>  Question ID (0x-prefixed 32-byte hex)
      --config <CONFIG>      
      --outcomes <OUTCOMES>  Number of outcome slots (e.g. 2 for binary markets) [default: 2]
  -h, --help                 Print help

Example Commands

bullpen polymarket condition-id [OPTIONS] --oracle <ORACLE> --question <QUESTION>
bullpen polymarket condition-id --help
bullpen polymarket condition-id --output json

Example Data

Representative JSON shape for automation and integrations:

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