POST https://api.trustware.io/api/v1/routes/quote
Returns a fee estimate, expected output amount, slippage, and estimated completion time for a proposed route. Call this before POST /route to show the user a confirmation screen. AML/OFAC screening runs synchronously. If the source or destination address is flagged, this call returns an error and no funds move.
Request
Response
AML behavior
If Trustware’s AML/OFAC screening flags the source or destination address, this endpoint returns an error. No funds move. The specific reason is never exposed in the error response, so your application should handle the error generically and show a neutral message to the user.
Always call /quote before /route. The AML check runs here. If you skip the quote step and call /route directly, you bear the risk of initiating a transaction that would have been rejected at the quote stage.