Uniswap SDK which handles the routes automatically for you, changes in trade quotes reactive subscriptions, exposure to formatted easy to understand information, bringing back the best trade quotes automatically, generating transactions for you and much more.
They Said So Quotes API offers a complete feature rich REST API access to its quotes platform. This is the documentation
## What's Changed * Support custom route methods && uniswap v3 multi hop by @liu-zhipeng in https://github.com/joshstevens19/simple-uniswap-sdk/pull/β¦
- routeText was still saying ETH instead of native token thanks @vm06007 for raising - allow custom networks to define their own base currencies to aβ¦
Ability to define a custom network, allowing support for any EVM network uniswap fork.. example: // Generate Uniswap pair const pair = newβ¦
Great feature request from @vm06007 of allowing you to pass in your own uniswap contract addresses if you are using a fork or something. Also thankβ¦
Thanks for @vm06007 for spotting this issue: when you swapped from token > eth it would give you weth everytime and not unwrap it for you. This is β¦
Had a few cases raised about tokens that return bytes over string or uint256 over uint8 for name decimals etc.. we have now brought in override token β¦
A lovely feature has been added: #### Including gas fees in the trade response The library has the ability to work out the best trade including β¦