Skip to main content
Turns a quote from /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

  1. If approval is present, sign and submit it first, and wait for it to confirm.
  2. Sign and submit tx.
  3. Take the tx receipt to /deposit/status to track delivery.

Errors