Skip to main content
GET
/
v1
/
combos
/
rfqs
Get RFQs
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
}

Query Parameters

pageSize
integer<int32>
pageToken
string
rfqId
string
rfqCreatorUserId
string
symbol
string
clientRequestId
string

Response

200 - application/json

A successful response.

rfqs
object[]
nextPageToken
string
eof
boolean