Skip to content

bullpen polymarket data volume

Last updated: February 26, 2026

Get live trading volume for an event

Usage

bullpen polymarket data volume [OPTIONS] <ID>

Live Help

Get live trading volume for an event

Usage: bullpen polymarket data volume [OPTIONS] <ID>

Arguments:
  <ID>  Event ID (numeric)

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket data volume [OPTIONS] <ID>
bullpen polymarket data volume --help
bullpen polymarket data volume --output json

Example Data

Representative JSON shape for automation and integrations:

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