Skip to content

NDAX

πŸ›  Connector InfoΒΆ

  • Exchange Type: Centralized Exchange (CEX)
  • Market Type: Central Limit Order Book (CLOB)
Component Status Connector Version V2 Strategies Notes
πŸ”€ Spot Connector βœ… v1.0 No
πŸ”€ Perp Connector Not built
πŸ•― Spot Candles Feed Not built
πŸ•― Perp Candles Feed Not built

ℹ️ Exchange InfoΒΆ

πŸ”‘ How to ConnectΒΆ

Generate API KeysΒΆ

  1. Log into your NDAX account and click the user icon
  2. Select API from the dropdown menu
  3. Choose the account you want to create API Keys for
  4. Click Create API Keys

Add Keys to HummingbotΒΆ

From inside the Hummingbot client, run connect ndax:

Enter your ndax user ID (uid) >>>
Enter the name of the account you want to use >>>
Enter your ndax API key >>>
Enter your ndax secret key >>>

If connection is successful:

You are now connected to ndax.

πŸ”€ 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 ndax_paper_trade instead of connect ndax.

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?