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 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>" }
Creates a quote for an RFQ.
Side indicates the side of an Order.
SIDE_BUY
SIDE_SELL
A successful response.