Curve
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Automated Market Maker (AMM)
Component | Status | Notes |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not built | |
đ¯ AMM Data Feed | Not built |
âšī¸ Exchange Info¶
- Website: Curve.fi
- API Docs: Curve Documentation
- Fees: As of the latest update, each trade incurs a 0.04% trading fee for liquidity providers.
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
avalanche |
avalanche |
ethereum |
mainnet , arbitrum , optimism |
polygon |
mainnet |
From inside the Hummingbot client, run gateway connect curve
in order to connect your wallet:
Which chain do you want openocean to connect to? (avalanche, ethereum, polygon) >>>
Which network do you want openocean to connect to? (mainnet) >>>
Enter your polygon-mainnet private key >>>>
If connection is successful:
đ AMM Connector¶
Integration to AMM liquidity pools and swapping functionalities
- ID:
curve
- Connection Type: REST via Gateway
- API Docs: Curve API Documentation
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/curve
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/curve.yml
Endpoints¶
/amm/price
/amm/trade
For more info, run Gateway and go to