Skip to content

bullpen polymarket activity

Last updated: February 26, 2026

View activity history (trades, redemptions, rewards, etc.)

Usage

bullpen polymarket activity [OPTIONS]

Live Help

View activity history (trades, redemptions, rewards, etc.)

Usage: bullpen polymarket activity [OPTIONS]

Options:
      --address <ADDRESS>  Polymarket address (defaults to your own)
      --output <OUTPUT>    [possible values: table, json]
      --env <ENV>          [possible values: staging, production]
      --limit <LIMIT>      Maximum number of results (default 50) [default: 50]
      --config <CONFIG>    
      --type <TYPE>        Filter by type: trade, split, merge, redeem, reward, conversion, deposit, withdrawal, yield, maker_rebate (comma-separated)
      --market <MARKET>    Filter by market condition ID (repeatable)
      --side <SIDE>        Filter by side: buy, sell
      --start <START>      Start date (ISO 8601 or unix timestamp)
      --end <END>          End date (ISO 8601 or unix timestamp)
      --sort <SORT>        Sort by: timestamp, tokens, cash
  -h, --help               Print help

Example Commands

bullpen polymarket activity [OPTIONS]
bullpen polymarket activity --help
bullpen polymarket activity --output json

Example Data

Representative JSON shape for automation and integrations:

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