Skip to content

Uniswap Range AMM Connector #431

@whysage

Description

@whysage

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions