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

Body

application/json
qtyDecimal
string | null
cashOrderQty
string | null
legs
object[]
side
enum<string>

Side indicates the side of an Order.

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

Response

200 - application/json

A successful response.

clientRequestId
string