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 GET \ --url https://api.prod.polymarketexchange.com/v1/combos/rfqs
{ "rfqs": [ { "id": "<string>", "qtyDecimal": "<string>", "cashOrderQty": "<string>", "instrument": { "id": "<string>", "description": "<string>", "eventId": "<string>", "eventDisplayName": "<string>", "question": "<string>", "legs": [ { "instrumentId": "<string>" } ], "expirationTime": "2023-11-07T05:31:56Z", "tickSize": 123 }, "rfqCreatorUserId": "<string>", "clientRequestId": "<string>", "expirationTime": "2023-11-07T05:31:56Z", "createdTime": "2023-11-07T05:31:56Z" } ], "nextPageToken": "<string>", "eof": true }
Returns RFQs matching the query filters.
A successful response.
Show child attributes