Skip to content

bullpen polymarket clob earnings-markets

Last updated: February 26, 2026

Get earnings with market reward config for a date (authenticated)

Usage

bullpen polymarket clob earnings-markets [OPTIONS] --date <DATE>

Live Help

Get earnings with market reward config for a date (authenticated)

Usage: bullpen polymarket clob earnings-markets [OPTIONS] --date <DATE>

Options:
      --date <DATE>      Date in YYYY-MM-DD format
      --output <OUTPUT>  [possible values: table, json]
      --cursor <CURSOR>  Pagination cursor (from previous response next_cursor)
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket clob earnings-markets [OPTIONS] --date <DATE>
bullpen polymarket clob earnings-markets --help
bullpen polymarket clob earnings-markets --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket clob earnings-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"
}