Skip to main content
GET
/
clob-markets
/
{condition_id}
Get CLOB market info
curl --request GET \
  --url https://clob.polymarket.com/clob-markets/{condition_id}
{
  "gst": "2023-11-07T05:31:56Z",
  "r": {},
  "t": [
    {
      "t": "71321045679252212594626385532706912750332728571942532289631379312455583992563",
      "o": "Yes"
    }
  ],
  "mos": 5,
  "mts": 0.01,
  "mbf": 0,
  "tbf": 0,
  "rfqe": true,
  "itode": true,
  "ibce": true,
  "fd": {
    "r": 0.02,
    "e": 2,
    "to": true
  },
  "oas": 123
}

Path Parameters

condition_id
string
required

The condition ID of the market

Response

Successfully retrieved CLOB market info

CLOB-level parameters for a market — tokens, tick size, base fees, rewards, RFQ status, and fee details.

gst
string<date-time> | null

Game start time (used for sports markets), ISO 8601 timestamp or null

r
object

Rewards configuration for a market.

t
object[]

Tokens for this market

mos
number<float>

Minimum order size

Example:

5

mts
number<float>

Minimum tick size (price increment)

Example:

0.01

mbf
integer<int64>

Maker base fee in basis points

Example:

0

tbf
integer<int64>

Taker base fee in basis points

Example:

0

rfqe
boolean

Whether RFQ (Request for Quote) is enabled for this market

itode
boolean

Whether taker order delay is enabled

ibce
boolean

Whether Blockaid check is enabled

fd
object

Fee curve parameters for a market.

oas
integer

Minimum order age in seconds