Quote
This route gives a live quote returning the deposit amount required to receive a given output.
https://backend.gas.zip/v2/quoteReverse/<deposit_chain>/<outbound_wei>/<outbound_chain>
Schema
interface Quote {
{
chain: number
required: number // estimated required deposit amount in wei
gas: number // estimated gas cost in wei
speed: number // estimated time (s) to inclusion
usd: number
}
}