Skip to content

Cube

🛠 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
đŸ•¯ Spot Candles Feed Not built

ℹī¸ Exchange InfoÂļ

  • Website: https://www.cube.exchange
  • CoinGecko: https://www.coingecko.com/en/exchanges/cube
  • API Docs: https://cubexch.gitbook.io/cube-api
  • Fees: https://www.cube.exchange/fees
  • Unsupported Countries:
  • Cube does not engage in business with: Afghanistan, Algeria, Angola, Belarus, Bosnia & Herzegovina, Burundi, Cambodia, Central African Republic, China, Crimea (Ukraine), Cuba, North Korea, Donetsk and Luhansk (Ukraine), Egypt, Guyana, Haiti, Iran, Iraq, Laos, Lebanon, Libya, Mali, Macao, Myanmar, Pakistan, Qatar, Russia, Somalia, Sudan, South Sudan, United States of America, Yemen.
  • Sanctioned countries include: Central African Republic, Democratic Republic of the Congo, North Korea, Iran, Iraq, Lebanon, Libya, Mali, Myanmar, Russia, Somalia, Sudan, South Sudan, Syria, Yemen, Zimbabwe.

🔑 How to ConnectÂļ

Generate API KeysÂļ

  1. Go to Cube Exchange and log in or create a new account.

  2. Open the API Key page by clicking over the profile icon on the top right corner and go to the Setting/API page at https://www.cube.exchange/settings/api.

  3. Click on the Add another API button

    Create API

  4. Choose your account, select WRITE permission and click Create API Key

    API Persmission

  5. Copy your API keys and store them somewhere safe.

    Get API Key

  6. Go to Subaccounts page and copy your Subaccount ID number. You will need this to connect to Hummingbot.

    Subaccount ID

  7. Now, you have created API keys for your Cube Exchange!

Add Keys to HummingbotÂļ

From inside the Hummingbot client, run connect cube:

>>> connect cube

Enter your Cube Exchange API key >>>
Enter your Cube Exchange secret key >>>
Enter your Cube Exchange Subaccount ID >>>
Enter your Cube environment (live or staging) >>>

If connection is successful:

You are now connected to cube

🔀 Spot ConnectorÂļ

Integration to spot markets API endpoints

Order TypesÂļ

This connector supports the following OrderType constants:

  • LIMIT
  • LIMIT_MAKER
  • MARKET

🔮 Rate OrcaleÂļ

The connector comes with its own rate oracle implementation. You can use it by using the folllowing command:

config rate_oracle_source cube

Make sure to set global token name to USDC as USDC is the main quote token for trading on Cube Exchange

config global_token.global_token_name USDC
Was this page helpful?