---
title: "Create RFQ"
method: POST
path: "/v1/combos/rfqs"
tags: ["Combos"]
---

# Create RFQ

`POST /v1/combos/rfqs`

Creates a combo RFQ.

## Request body

- V1CreateRFQRequest
  - `qtyDecimal` string, nullable
  - `cashOrderQty` string, nullable
  - `legs` V1ComboLeg[]
    - `symbol` string
    - `side` 'SIDE_BUY' | 'SIDE_SELL' — Side indicates the side of an Order.
  - `side` 'SIDE_BUY' | 'SIDE_SELL' — Side indicates the side of an Order.
  - `clientRequestId` string, nullable
  - `expirationTime` string, date-time

## Response `200`

A successful response.

- V1CreateRFQResponse
  - `clientRequestId` string

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/versions/150874842db1/schema)
