Skip to content

Woo X

🛠 Connector Info

  • Exchange Type: Centralized Exchange (CEX)
  • Market Type: Central Limit Order Book (CLOB)
  • Maintenance Tier:
  • Maintainer: Woo X

Currently, Woo X 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 ✅ Supports MARKET order type
🔀 Perp Connector Not available
đŸ•¯ Spot Candles Feed Not available
đŸ•¯ Perp Candles Feed Not available

â„šī¸ Exchange Info

🔑 How to Connect

Generate API Keys

  1. Log in to your Woo X account or Sign Up for a Woo X account.
  2. Click on your account icon in the top right corner of the screen, and select Subaccounts and API from the drop-down menu.
  3. Navigate to the Subaccounts and API tab and click on Create API.
  4. Set a description for the API key (e.g. Hummingbot).
  5. Check the "Enable Trading" permission and click on Create API.
  6. Copy the API key, secret, and application ID, then save them in a safe place.
  7. Log in to the third-party application and link the saved API.

Add Keys to Hummingbot

From inside the Hummingbot client, run connect woo_x:

Enter your Woo X API key >>>
Enter your Woo X secret API key >>>
Enter your Woo X application ID >>>

If connection is successful:

You are now connected to Woo X

🔀 Spot Connector

Integration to spot markets API endpoints

Order Types

This connector supports the following OrderType constants:

  • LIMIT
  • MARKET

Paper Trading

This exchange offers a paper trading mode: https://x.staging.woo.org/en/trade/BTC_USDT

Access the Paper Trade version of this connector by running connect woo_x_testnet instead of connect woo_x.

After you create an account and create the API keys, you can enter them by using the connect woo_x_testnet command within the Hummingbot client. Once connected, you should be able to use the testnet with the available spot strategies / scripts.