---
title: "Accept Quote"
method: PUT
path: "/communications/quotes/{quote_id}/accept"
tags: ["communications"]
deprecated: true
---

# Accept Quote

`PUT /communications/quotes/{quote_id}/accept`

> **Deprecated.**

DEPRECATED: Use PUT /communications/rfqs/{rfq_id}/quotes/{quote_id}/accept instead. Endpoint for accepting a quote. This will require the quoter to confirm.

## Path parameters

- `quote_id` string, required

## Request body

- AcceptQuoteRequest
  - `accepted_side` 'yes' | 'no', required — The side of the quote to accept (yes or no)

## Response `204`

Quote accepted successfully

## Other responses

- `400` — Bad request - invalid input
- `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)
