Skip to main content
PUT
/
v1
/
combos
/
rfqs
/
{rfqId}
/
quotes
/
{quoteId}
/
accept
Accept quote
curl --request PUT \
  --url https://api.prod.polymarketexchange.com/v1/combos/rfqs/{rfqId}/quotes/{quoteId}/accept \
  --header 'Content-Type: application/json' \
  --data '
{
  "price": "<string>",
  "symbol": "<string>",
  "qtyDecimal": "<string>"
}
'
{}

Path Parameters

rfqId
string
required
quoteId
string
required

Body

application/json
side
enum<string>

Side indicates the side of an Order.

Available options:
SIDE_BUY,
SIDE_SELL
price
string
symbol
string
qtyDecimal
string

Response

200 - application/json

A successful response.

The response is of type object.