---
title: "Get Bridge Swap Quotes"
method: GET
path: "/defi/v1/bridge/quotes"
tags: ["bridge"]
---

# Get Bridge Swap Quotes

`GET /defi/v1/bridge/quotes`

Retrieves a comprehensive list of swap quotations from multiple bridges for a specified token pair pool. By aggregating swap quotes across various bridges, it enables users to compare rates and identify the most favorable trading option. The response includes detailed information such as the Bridge name and identifier, the input amount, the swap path, and the resulting output amounts from each bridge, making it a valuable tool for pricing data and swap execution decisions.

> 💡 
**Compute Unit Value:** `85` (Fixed)

## Query parameters

- `srcChainId` string — The unique chain ID to specify the source chain. Find more [here](https://docs.blockdaemon.com/docs/defi-api-supported-protocols#supported-chains).
- `dstChainId` string, required — The unique chain ID to specify the destination chain. Find more [here](https://docs.blockdaemon.com/docs/defi-api-supported-protocols#supported-chains).
- `srcChainSymbol` string — Symbol of the source chain.
- `srcTokenSymbol` string — Symbol of the token to swap.
- `dstTokenSymbol` string — Symbol of the token to be received after the swap.
- `srcTokenAddress` string — Address of the source token.
- `dstTokenAddress` string — Address of the destination token.
- `amountIn` string, required — Amount of the token to be swapped.
- `excludedBridges` string — Comma-separated values of bridges to exclude.
- `vsCurrencies` string — A comma-separated list of currency symbols to convert the amount into, such as 'USD,EUR'. This parameter is optional and allows retrieving values in multiple fiat currencies.
- `maxPriceImpact` string — The maximum price impact percentage to consider for the quote.

## Response `200`

Successful response

- object
  - `status` number — Numeric status code indicating success or failure of the API call
  - `msg` string — Human-readable message describing the API result or error
  - `data` object[]
    - `bridgeId` string, required — Unique identifier for a bridge service
    - `bridgeName` string, required — Human-readable bridge service name
    - `srcChainId` string, required — Source blockchain network ID
    - `dstChainId` string, required — Destination blockchain network ID
    - `srcTokenSymbol` string, required — Symbol of the source token
    - `dstTokenSymbol` string, required — Symbol of the destination token
    - `amountIn` string, required — Amount of input token in a swap
    - `amountsOut` string[], required — Expected output amounts from swaps or conversions
    - `priceImpact` object — Price impact details for the swap
      - `percentage` string — Price impact as a percentage (negative indicates unfavorable slippage)
      - `value` string — Price impact value in USD

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
