NDAX
🛠 连接器信息¶
- 交易所类型:中心化交易所 (CEX)
- 市场类型:限价订单簿 (CLOB)
| 组件 | 状态 | 连接器版本 | V2 策略 | 备注 | 
|---|---|---|---|---|
| 🔀 现货连接器 | ✅ | v1.0 | 否 | |
| 🔀 永续合约连接器 | 未构建 | |||
| 🕯 现货 K 线数据流 | 未构建 | |||
| 🕯 永续合约 K 线数据流 | 未构建 | 
ℹ️ 交易所信息¶
- 官网: https://ndax.io/
- CoinMarketCap: https://coinmarketcap.com/exchanges/ndax/
- CoinGecko:
- API 文档: https://apidoc.ndax.io/
- 手续费: https://ndax.io/fees
- 支持的国家: 不可用
🔑 如何连接¶
生成 API 密钥¶
- 登录您的 NDAX 账户,点击用户图标
- 从下拉菜单中选择 API
- 选择您要创建 API 密钥的账户
- 点击“创建 API 密钥”
将密钥添加到 Hummingbot¶
在 Hummingbot 客户端中运行 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 >>>
若连接成功:
🔀 现货连接器¶
对接现货市场 API 接口
- ID: ndax
- 连接类型:WebSocket
- 文件夹: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/ndax
订单类型¶
此连接器支持以下 OrderType 常量:
- LIMIT
- LIMIT_MAKER
- MARKET
模拟交易¶
通过运行 connect ndax_paper_trade 而非 connect ndax,访问该连接器的 模拟交易 版本。
如果默认未提供此功能,您可以配置 Hummingbot 以添加此模拟交易交易所。更多信息请参阅 添加交易所。 ```
