/deposit/transaction.
Request
Where the funds come from.
Where the funds land.
Amount to deposit, as a decimal string in the source token’s smallest unit
(e.g.
"5000000" = 5 USDC).Funding method. Only
"crypto" is supported in the preview.Response
Opaque identifier for the route source. Treat it as a black box and pass it back
unchanged to
/deposit/transaction and /deposit/status.The amount that will be delivered at the destination, as a decimal string in the
destination token’s smallest unit (USDC).
Optional. Unix timestamp (seconds) after which the quote may no longer be valid.
Opaque route data. Do not inspect or modify it - pass the whole quote object back
to
/deposit/transaction.Errors
| HTTP | code | When |
|---|---|---|
| 400 | invalid_request | A field is missing or malformed, or method is not "crypto". |
| 400 | no_route | No provider can route this source/destination pair. |
| 429 | rate_limited | Over the rate limit (5 requests / 10s / IP). |
| 500 | internal | Unexpected server error. |