Skip to content

bullpen polymarket clob sampling-markets

Last updated: February 26, 2026

List reward-eligible sampling markets (unauthenticated)

Usage

bullpen polymarket clob sampling-markets [OPTIONS]

Live Help

List reward-eligible sampling markets (unauthenticated)

Usage: bullpen polymarket clob sampling-markets [OPTIONS]

Options:
      --cursor <CURSOR>  Pagination cursor (from previous response next_cursor)
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --limit <LIMIT>    Maximum number of rows to print in table output
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket clob sampling-markets [OPTIONS]
bullpen polymarket clob sampling-markets --help
bullpen polymarket clob sampling-markets --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket clob sampling-markets --output json",
  "count": 2,
  "items": [
    { "id": "item_1", "name": "Sample Item", "status": "active" },
    { "id": "item_2", "name": "Sample Item 2", "status": "active" }
  ],
  "last_updated": "2026-02-26"
}