---
title: "Create quote"
method: POST
path: "/v1/combos/quotes"
tags: ["Combos"]
---

# Create quote

`POST /v1/combos/quotes`

Creates a quote for an RFQ.

## Request body

- V1CreateQuoteRequest
  - `rfqId` string
  - `side` 'SIDE_BUY' | 'SIDE_SELL' — Side indicates the side of an Order.
  - `price` string
  - `clientRequestId` string, nullable
  - `symbol` string
  - `qtyDecimal` string
  - `expirationTime` string, date-time

## Response `200`

A successful response.

- V1CreateQuoteResponse
  - `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)
