Get Bridge Swap Price
| 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.
bridgeId
string
enum
The unique ID to specify the bridge protocol for routing cross-chain queries or transactions. Find more here.
600600300400500100
Allowed:
600``300``400``500``100
dstChainId
string
required
The unique chain ID to specify the destination chain. Find more here.
srcTokenSymbol
string
Symbol of the source token.
dstTokenSymbol
string
Symbol of the destination token.
srcTokenAddress
string
Address of the source token.
dstTokenAddress
string
Address of the destination token.
amountIn
string
required
Amount of the source token to swap.
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.
``200 Successful response
Updated2 months ago
* * *
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://svc.blockdaemon.com/defi/v1/bridge/price \
--header 'accept: application/json'
Click `Try It!` to start a request and see the response here! Or choose an example:
application/json
``200
Updated2 months ago
* * *