/deposit/quote into the
unsigned transaction the user’s wallet signs and submits. If the source token
needs an ERC-20 allowance, an approval transaction is returned too - sign it
first.
Rheon never signs. Your client submits the transactions with the user’s wallet, on
the source chain.
Request
object
required
The full quote object returned by
/deposit/quote, unchanged.Response
object
The unsigned deposit transaction to sign and submit on the source chain.
object
Optional. Present only when the source token needs an ERC-20 allowance. Sign and
submit it before
tx. Same shape as tx.Signing order
- If
approvalis present, sign and submit it first, and wait for it to confirm. - Sign and submit
tx. - Take the
txreceipt to/deposit/statusto track delivery.