Skip to content

bullpen polymarket clob trades

Last updated: February 26, 2026

Get authenticated trade history filtered by market/asset (authenticated)

Usage

bullpen polymarket clob trades [OPTIONS]

Live Help

Get authenticated trade history filtered by market/asset (authenticated)

Usage: bullpen polymarket clob trades [OPTIONS]

Options:
      --market <MARKET>  Filter by market condition ID (0x-prefixed hex)
      --output <OUTPUT>  [possible values: table, json]
      --asset <ASSET>    Filter by asset/token ID (large decimal string)
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
      --cursor <CURSOR>  Pagination cursor (from previous response next_cursor)
  -h, --help             Print help

Example Commands

bullpen polymarket clob trades [OPTIONS]
bullpen polymarket clob trades --help
bullpen polymarket clob trades --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket clob trades --output json",
  "count": 2,
  "items": [
    { "id": "item_1", "name": "Sample Item", "status": "active" },
    { "id": "item_2", "name": "Sample Item 2", "status": "active" }
  ],
  "last_updated": "2026-02-26"
}