-
-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
Hi!
Try to use Uniswap LP operations.
In docs
https://hummingbot.org/exchanges/uniswap/#endpoints
we can see
Endpoints¶
/amm/liquidity/price
/amm/liquidity/add
/amm/liquidity/remove
/amm/liquidity/position
/amm/liquidity/collect_fees
But actually in code
https://github.com/hummingbot/gateway/blob/main/src/connectors/uniswap/uniswap.routes.ts
only
uniswap
Uniswap swap endpoints
POST
/uniswap/price
POST
/uniswap/trade
POST
/uniswap/estimateGas
In swagger localy http://localhost:15888/docs I do not see endpoints like /amm/*
Please help to figure out how to use gateway to manage Uniswap V3 liquidity
Metadata
Metadata
Assignees
Labels
No labels