alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

Swap upgrade: allow users to filter allowed exchanges + select from multiple quotes

Open justindg opened this issue 2 years ago • 0 comments

Two major upgrades:

  1. Allow users to select from exchanges via Settings. The available exchanges are available via /tools. In Android, we copied and saved locally + modified to add the exchange website/URL. We then display and link out to this URL to provide the user some more information, as some exchanges are not as popular.

  2. Provide quotes from these selected exchanges via /advanced/routes. Note that this is a POST request

After user selects a quote, you can use the exchange key as parameter to the /quote endpoint (&allowExchanges=)


Please check out Android PR to see UX. Disclaimer: UX is not final - need Tomek's input/approval Link: https://github.com/AlphaWallet/alpha-wallet-android/pull/2835

justindg avatar Sep 21 '22 00:09 justindg