Skip to content

bullpen polymarket data profile

Last updated: February 26, 2026

View trader profile statistics

Usage

bullpen polymarket data profile [OPTIONS] <ADDRESS>

Live Help

View trader profile statistics

Usage: bullpen polymarket data profile [OPTIONS] <ADDRESS>

Arguments:
  <ADDRESS>  Wallet address to look up

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

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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