Hashkey
Support Hummingbot
Hummingbot Foundation has a fee share partnership with Hashkey Global. When you use our software to trade on Hashkey Global, a custom API header tells Hashkey Global 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 | â | v2.1 | Yes | Supports MARKET order type |
đ Perp Connector | â | v2.1 | Yes | Supports testnet |
đ¯ Spot Candles Feed | Not available | |||
đ¯ Perp Candles Feed | Not available |
âšī¸ Exchange Info¶
- Website: https://global.hashkey.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/hashkey-global/
- CoinGecko: https://www.coingecko.com/en/exchanges/hashkey-global
- API Docs: https://hashkeyglobal-apidoc.readme.io/reference/introduction
- Fees: https://support.global.hashkey.com/hc/en-us/articles/13199900083612-HashKey-Global-Fee-Structure
- Supported Countries: https://support.global.hashkey.com/hc/en-us/articles/13086918687004-Why-is-my-country-region-not-listed
đ How to Connect¶
Generate API Keys¶
-
Log in to your Hashkey Global account or Sign Up for a Hashkey Global account.
-
Click on your account icon at the top right corner of the screen, and select API Management from the drop-down menu.
-
Navigate to the API Management tab and click on Create API.
-
Input API Note Name", and select API Permissions" for your key, and enter the IP Access Restriction.
-
Click Confirm and enter your authentication on the sub-window.
-
Copy the API key and secret, and save them somewhere safe.
-
Log in to the third-party application and link the saved API.
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect hashkey
:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
hashkey
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/hashkey
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
MARKET
Paper Trading¶
Access the Paper Trade version of this connector by running connect hashkey_paper_trade
instead of connect hashkey
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.
đ Perp Connector¶
Integration to perpetual futures markets API endpoints
- ID:
hashkey_perpetual
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/derivative/hashkey_perpetual
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
MARKET
Position Modes¶
This connector supports the following position modes:
- Hedge
Paper Trading¶
Access the Paper Trade version of this connector by running connect hashkey_perpetual_paper_trade
instead of connect hashkey_perpetual
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information.