NDAX
đ Connector Info¶
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
- Maintenance Tier:
- Maintainer: CoinAlpha
Currently, NDAX 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 | â | |
đ Perp Connector | Not built | |
đ¯ Spot Candles Feed | Not built | |
đ¯ Perp Candles Feed | Not built |
âšī¸ Exchange Info¶
- Website: https://ndax.io/
- CoinMarketCap: https://coinmarketcap.com/exchanges/ndax/
- CoinGecko:
- API Docs: https://apidoc.ndax.io/
- Fees: https://ndax.io/fees
- Supported Countries: Not available
đ How to Connect¶
Generate API Keys¶
- Log into your NDAX account and click the user icon
- Select API from the dropdown menu
- Choose the account you want to create API Keys for
- 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:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
ndax
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/ndax
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. ```