Skip to content

bullpen polymarket data builder-volume

Last updated: February 26, 2026

Builder volume time-series data

Usage

bullpen polymarket data builder-volume [OPTIONS]

Live Help

Builder volume time-series data

Usage: bullpen polymarket data builder-volume [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --period <PERIOD>  Time period: day, week, month, all [default: day]
      --env <ENV>        [possible values: staging, production]
      --limit <LIMIT>    Maximum number of entries to return
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket data builder-volume [OPTIONS]
bullpen polymarket data builder-volume --help
bullpen polymarket data builder-volume --output json

Example Data

Representative JSON shape for automation and integrations:

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