Skip to content

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ΒΆ

πŸ”‘ 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:

Enter your Hashkey Global api >>>
Enter your Hashkey Global secret >>>

If connection is successful:

You are now connected to hashkey

πŸ”€ Spot ConnectorΒΆ

Integration to spot markets API endpoints

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

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.

Was this page helpful?