Dexalot
🛠 连接器信息¶
- 交易所类型:去中心化交易所(DEX)
- 市场类型: 中央限价订单簿 (CLOB)
组件 | 状态 | 注意事项 |
---|---|---|
🔀 现货连接器 | ✅ | 支持测试网 |
🔀 永续合约连接器 | 暂不可用 | |
🕯 现货蜡烛图数据源 | 暂不可用 | |
🕯 永续合约蜡烛图数据源 | 暂不可用 | |
📓 连接器指南 | ✅ |
ℹ️ 交易所信息¶
- 网站: https://dexalot.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/dexalot/
- CoinGecko: https://www.coingecko.com/en/exchanges/dexalot
- API 文档: https://docs.dexalot.com/en/apiv2/
- 费用:
🔑 如何连接¶
提示
请参阅Dexalot 连接器指南获取逐步说明。
在以下支持的网络之一上创建钱包:
链 | 网络 |
---|---|
avalanche |
dexalot |
在 Hummingbot 客户端内,运行connect dexalot
以连接您的钱包:
如果连接成功:
🔀 现货连接器¶
集成现货市场 API 端点
- ID:
dexalot
- 连接类型: Websocket
- API 文档: https://docs.dexalot.com/en/apiv2/
- 文件夹: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/dexalot
订单类型¶
该连接器支持以下 OrderType
常量:
LIMIT
LIMIT_MAKER
MARKET
模拟交易¶
此永续合约交易所提供模拟交易模式:
在您创建账户并生成 API 密钥后,可以通过 Hummingbot 客户端使用connect dexalot_testnet
命令输入它们。连接后,您应该能够使用测试网上的可用现货策略/脚本。