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/rfqs \ --header 'Content-Type: application/json' \ --data ' { "qtyDecimal": "<string>", "cashOrderQty": "<string>", "legs": [ { "symbol": "<string>" } ], "clientRequestId": "<string>", "expirationTime": "2023-11-07T05:31:56Z" } '
{ "clientRequestId": "<string>" }
Creates a combo RFQ.
Show child attributes
Side indicates the side of an Order.
SIDE_BUY
SIDE_SELL
A successful response.