New API users should use deposit wallets. Read the deposit wallet guide.
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
}Returns all CLOB-level parameters for a market in a single call — tokens, tick size, base fees, rewards, RFQ status, and fee details.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
The condition ID of the market
Successfully retrieved CLOB market info
CLOB-level parameters for a market — tokens, tick size, base fees, rewards, RFQ status, and fee details.
Game start time (used for sports markets), ISO 8601 timestamp or null
Rewards configuration for a market.
Tokens for this market
Show child attributes
Minimum order size
5
Minimum tick size (price increment)
0.01
Maker base fee in basis points
0
Taker base fee in basis points
0
Whether RFQ (Request for Quote) is enabled for this market
Whether taker order delay is enabled
Whether Blockaid check is enabled
Fee curve parameters for a market.
Show child attributes
Minimum order age in seconds
Was this page helpful?