---
title: "Upsert quote"
method: PUT
path: "/quotes"
tags: ["RFQ API"]
---

# Upsert quote

`PUT /quotes`

upsert a quote from relayer.

## Request body

- ModelPutRelayerQuoteRequest
  - `dest_amount` string
  - `dest_chain_id` integer
  - `dest_fast_bridge_address` string
  - `dest_token_addr` string
  - `fixed_fee` string
  - `max_origin_amount` string
  - `origin_chain_id` integer
  - `origin_fast_bridge_address` string
  - `origin_token_addr` string

## Response `200`

OK

---

[API](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api.md) · [All operations](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synapseprotocol/synapse-protocol-rest-api/revisions/9949980b368b/schema)
