POST
/
v2
/
bridges
/
quote
Create a bridge quote
curl --request POST \
  --url https://api.dfb.network/v2/bridges/quote \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "amount": "<string>",
  "fromChain": "<string>",
  "fromToken": "<string>",
  "network": "<string>",
  "slippageBps": 123,
  "toAddress": "<string>",
  "toChain": "<string>",
  "toToken": "<string>"
}
'
{}

Body

application/json

Bridge quote request

address
string
amount
string
fromChain
string
fromToken
string
network
string
slippageBps
integer
toAddress
string
toChain
string
toToken
string

Response

OK

The response is of type object.