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

# Upsert quotes

`PUT /bulk_quotes`

upsert bulk quotes from relayer.

## Request body

- ModelPutBulkQuotesRequest
  - `quotes` 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)
