我在试着回填克拉肯的一双。但是我得到了这个错误:
blade@debian:~/zenbot$ zenbot backfill kraken.XXBT-ZEUR --days 1node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:635:30
Trades error:
Error: Kraken API returned error: Query:Unknown asset pair
at Request._callback (/home/blade/zenbot/node_modules/kraken-api/kraken.js:155:34)
at Request.self.callback (/home/blade/zenbot/node_modules/request/request.js:186:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (/home/blade/zenbot/node_modules/request/request.js:1060:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage.<anonymous> (/home/blade/zenbot/node_modules/request/request.js:980:12)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1056:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
getTrades() returned no trades, --start may be too remotely in the past.我尝试过使用gdax,它很有效。问题出在哪里?zenbot还是kraken?
当我在status.kraken.com上看到图形时,他们的应用编程接口似乎起作用了。
发布于 2018-01-13 00:50:07
我不是百分之百确定,但看看products.json吧。并尝试使用XBT/EUR作为标签。所以kraken.XBT-EUR。
https://stackoverflow.com/questions/48005278
复制相似问题