HitBTC
Support Hummingbot
Hummingbot Foundation has a fee share partnership with HitBTC. When you use our software to trade on HitBTC, a custom API header tells HitBTC 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)
- Maintenance Tier:
- Maintainer: None
Currently, HitBTC is a Bronze exchange, as voted by HBOT holders in each quarterly Epoch. This means Hummingbot Foundation does not maintain the components below, but community members may submit Proposals to fund development bounties and approve pull requests to fix bugs and add enhancements to them.
Component | Status | Notes |
---|---|---|
đ Spot Connector | â | |
đ Perp Connector | Not available | |
đ¯ Spot Candles Feed | Not built | |
đ¯ Perp Candles Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://www.hitbtc.com/
- CoinMarketCap: https://coinmarketcap.com/exchanges/hitbtc/
- CoinGecko: https://www.coingecko.com/en/exchanges/hitbtc
- API Docs: https://api.hitbtc.com/
- Fees: https://hitbtc.com/fee-tier
- Supported Countries: Not available
đ How to Connect¶
Generate API Keys¶
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect hitbtc
:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
hitbtc
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/hitbtc
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
Paper Trading¶
Access the Paper Trade version of this connector by running connect hitbtc_paper_trade
instead of connect hitbtc
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.