Get Bridge Swap Quotes
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
srcChainId
string
The unique chain ID to specify the source chain. Find more here.
dstChainId
string
required
The unique chain ID to specify the destination chain. Find more here.
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.
``200 Successful response
curl --request GET \
--url https://svc.blockdaemon.com/defi/v1/bridge/quotes \
--header 'accept: application/json'