Carbon
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Automatic Market Maker (AMM)
Component | Status | Notes |
---|---|---|
2ī¸âŖ AMM Connector | â | |
3ī¸âŖ Range AMM Connector | Not built | |
đ Spot Connector | Not built | |
đ¯ AMM Data Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://carbondefi.xyz
- CoinMarketCap: https://coinmarketcap.com/exchanges/carbon/
- CoinGecko: https://www.coingecko.com/en/exchanges/carbon
- Fees: https://docs.carbondefi.xyz/carbon/introducing-carbon/fees-and-payments
đ How to Connect¶
Create a wallet on one of the supported networks below:
Chain | Networks |
---|---|
ethereum |
mainnet |
From inside the Hummingbot client, run gateway connect carbonamm
in order to connect your wallet:
Which chain do you want carbonamm to connect to? (ethereum) >>>
Which network do you want carbonamm to connect to? (mainnet) >>>
Enter your ethereum-mainnet private key >>>>
If connection is successful (ethereum-mainnet):
2ī¸âŖ AMM Connector¶
Integration to this DEX's swap pricing and execution endpoints
- ID:
carbonamm
- Connection Type: REST via Gateway
- API Docs: https://docs.carbondefi.xyz/developer-guides/carbon-sdk
- Folder: https://github.com/hummingbot/gateway/tree/main/src/connectors/carbon
- Default Configs: https://github.com/hummingbot/gateway/blob/main/src/templates/carbon.yml
Endpoints¶
/amm/price
/amm/trade
/amm/estimateGas
For more info, run Gateway and go to https:localhost:8080 in your browser to see detailed documentation for each endpoint.