---
title: "Confirm RFQ Quote"
method: PUT
path: "/communications/rfqs/{rfq_id}/quotes/{quote_id}/confirm"
tags: ["communications"]
---

# Confirm RFQ Quote

`PUT /communications/rfqs/{rfq_id}/quotes/{quote_id}/confirm`

Endpoint for confirming a quote scoped to its RFQ. This will start a timer for order execution.

## Path parameters

- `rfq_id` string, required
- `quote_id` string, required

## Request body

- EmptyResponse — An empty response body

## Response `204`

Quote confirmed successfully

## Other responses

- `401` — Unauthorized - authentication required
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/6aec27d55fba/schema)
