Skip to content

bullpen polymarket data

Last updated: February 26, 2026

Query Polymarket data: leaderboards, profiles, smart money, open interest, and builder stats

Usage

bullpen polymarket data [OPTIONS] <COMMAND>

Subcommands

Subcommand Description
leaderboard View top traders on the leaderboard
profile View trader profile statistics
smart-money View smart money signals and top trader activity
open-interest Get open interest (outstanding position value) for a market
volume Get live trading volume for an event
builder-leaderboard Builder (third-party app) leaderboard rankings
builder-volume Builder volume time-series data

Live Help

Query Polymarket data: leaderboards, profiles, smart money, open interest, and builder stats

Usage: bullpen polymarket data [OPTIONS] <COMMAND>

Commands:
  leaderboard          View top traders on the leaderboard
  profile              View trader profile statistics
  smart-money          View smart money signals and top trader activity
  open-interest        Get open interest (outstanding position value) for a market
  volume               Get live trading volume for an event
  builder-leaderboard  Builder (third-party app) leaderboard rankings
  builder-volume       Builder volume time-series data
  help                 Print this message or the help of the given subcommand(s)

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

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket data",
  "type": "command_group",
  "subcommands": [ "leaderboard", "profile", "smart-money", "open-interest", "volume", "builder-leaderboard" ],
  "last_updated": "2026-02-26"
}