Skip to content

bullpen polymarket clob market-order

Last updated: February 26, 2026

Place an explicit market order directly on the Polymarket CLOB (authenticated).

Usage

bullpen polymarket clob market-order [OPTIONS] --token <TOKEN> --side <SIDE> --amount <AMOUNT>

Live Help

Place an explicit market order directly on the Polymarket CLOB (authenticated).

Amount is USDC for buys, shares for sells. Order type must be FOK or FAK. Orders are signed locally and submitted directly to the Polymarket CLOB (no builder headers, no geoblock bypass). For normal trading use `polymarket buy` / `polymarket sell` instead.

Usage: bullpen polymarket clob market-order [OPTIONS] --token <TOKEN> --side <SIDE> --amount <AMOUNT>

Options:
      --output <OUTPUT>
          [possible values: table, json]

      --token <TOKEN>
          Token ID (numeric string)

      --env <ENV>
          [possible values: staging, production]

      --side <SIDE>
          Side: buy or sell

          [possible values: buy, sell]

      --amount <AMOUNT>
          Amount (USDC for buys, shares for sells)

      --config <CONFIG>


      --order-type <ORDER_TYPE>
          Order type: FOK or FAK (default: FOK)

          [default: fok]
          [possible values: gtc, fok, gtd, fak]

  -h, --help
          Print help (see a summary with '-h')

Example Commands

bullpen polymarket clob market-order [OPTIONS] --token <TOKEN> --side <SIDE> --amount <AMOUNT>
bullpen polymarket clob market-order --help
bullpen polymarket clob market-order --output json

Example Data

Representative JSON shape for automation and integrations:

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