Skip to main content
POST
/
v1
/
combos
/
quotes
Create quote
curl --request POST \
  --url https://api.prod.polymarketexchange.com/v1/combos/quotes \
  --header 'Content-Type: application/json' \
  --data '
{
  "rfqId": "<string>",
  "price": "<string>",
  "clientRequestId": "<string>",
  "symbol": "<string>",
  "qtyDecimal": "<string>",
  "expirationTime": "2023-11-07T05:31:56Z"
}
'
{
  "clientRequestId": "<string>"
}

Body

application/json
rfqId
string
side
enum<string>

Side indicates the side of an Order.

Available options:
SIDE_BUY,
SIDE_SELL
price
string
clientRequestId
string | null
symbol
string
qtyDecimal
string
expirationTime
string<date-time>

Response

200 - application/json

A successful response.

clientRequestId
string