/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
The full quote object returned by
/deposit/quote, unchanged.Response
The unsigned deposit transaction to sign and submit on the source chain.
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.
Errors
| HTTP | code | When |
|---|---|---|
| 400 | invalid_request | quote is missing or malformed. |
| 429 | rate_limited | Over the rate limit (5 requests / 10s / IP). |
| 500 | internal | Unexpected server error. |