Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing documentation for Polymarket US
cURL
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>" } '
{}
Accepts a quote by inserting the resulting order.
Side indicates the side of an Order.
SIDE_BUY
SIDE_SELL
A successful response.
The response is of type object.
object