Using this API users will be able to fetch the quotes for a swap to make informed decisions and also perform the swaps directly along with methods that support addition and removal of liquidity in a specified pool.
Feel free to test it, we would appreciate feedback to address any errors that may occur
expand's Aggregated DEX API provides connectivity across the major decentralized exchanges[Uniswapv2,UniswapV3, Sushiswap, Curve, Balancer] available on the Ethereum chain.
Using this API users will be able to fetch the quotes for a swap to make informed decisions and also perform the swaps directly along with methods that support addition and removal of liquidity in a specified pool.
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"en_getQuotes","params": ["EXAMPLE"],"id":1,"jsonrpc":"2.0"}'