Bitfinex
Support Hummingbot
Hummingbot Foundation has a fee share partnership with Bitfinex. When you use our software to trade on Bitfinex, a custom API header tells Bitfinex that the trade was executed using Hummingbot, so they share a portion of your fees with us, at no cost to you. To support us, just enter your API keys into Hummingbot and run bots! Thanks for your support! đ
đ Connector Info¶
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
đ Spot Connector | â | v1.0 | No | |
đ Perp Connector | Not available | |||
đ¯ Spot Candles Feed | Not built | |||
đ¯ Perp Candles Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://www.bitfinex.com/
- CoinMarketCap: https://coinmarketcap.com/exchanges/bitfinex/
- CoinGecko: https://www.coingecko.com/en/exchanges/bitfinex
- API Docs: https://docs.bitfinex.com/
- Fees: https://www.bitfinex.com/fees
- Supported Countries: Over 52 countries
đ How to Connect¶
Generate API Keys¶
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect bitfinex
:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
bitfinex
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/bitfinex
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
MARKET
Paper Trading¶
Access the Paper Trade version of this connector by running connect bitfinex_paper_trade
instead of connect bitfinex
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information. ```