Fee Estimation for Bridge Order
Our API's Fee Estimation for Bridge Order feature is designed to provide users with an accurate estimate of the fees for their planned bridging transaction. Once the source and destination chains, the asset, and the amount are determined, users can utilize this feature to understand the financial implications of their transfer. This estimation is crucial for informed financial planning and decision-making, ensuring users are aware of potential costs.
Requests calculation potential fees for bridging operation from source chain to destination chain for selected assets and amount.
GET
/api/bridge/quote
Query Parameters
source_chain*
string
Name of source chain.
destination_chain*
string
Name of destination chain.
asset_from*
string
Name of the asset in source network.
asset_to*
string
Name of the asset in destination network
amount*
string
Amount of asset_from to bridge
wallet_sender
string
User wallet to calculate fee for.
Last updated