---
title: "Get quotes"
method: GET
path: "/quotes"
tags: ["RFQ API"]
---

# Get quotes

`GET /quotes`

get quotes from all relayers.

## Query parameters

- `originChainID` integer, required
- `originTokenAddr` string, required
- `destChainID` integer, required
- `destTokenAddr` string, required
- `relayerAddr` string, required

## Response `200`

OK

- ModelGetQuoteResponse[]
  - `dest_amount` string — DestAmount is the max amount of liquidity which exists for a given destination token, provided in the destination token decimals
  - `dest_chain_id` integer — DestChainID is the chain which the relayer is willing to relay to
  - `dest_fast_bridge_address` string — DestFastBridgeAddress is the address of the fast bridge contract on the destination chain
  - `dest_token_addr` string — DestToken is the token address for which the relayer willing to relay to
  - `fixed_fee` string — FixedFee is the fixed fee for the quote, provided in the destination token terms
  - `max_origin_amount` string — MaxOriginAmount is the maximum amount of origin tokens bridgeable
  - `origin_chain_id` integer — OriginChainID is the chain which the relayer is willing to relay from
  - `origin_fast_bridge_address` string — OriginFastBridgeAddress is the address of the fast bridge contract on the origin chain
  - `origin_token_addr` string — OriginTokenAddr is the token address for which the relayer willing to relay from
  - `relayer_addr` string — Address of the relayer providing the quote
  - `updated_at` string — UpdatedAt is the time that the quote was last upserted

---

[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)
