DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.21k stars 2.04k forks source link

Cannot get balance from Kraken #2680

Closed Trunkx closed 3 years ago

Trunkx commented 3 years ago

System information

Describe the problem

When i try to get the balance of my Kraken Account with the command: ./zenbot.sh balance kraken.ETH-USDT I always get this:

(node:18018) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) 2021-05-02 12:49:28 2915.91 ETH-USDT 2021-05-02 12:49:28 Asset: 0.00000000 Available: 0 2021-05-02 12:49:28 Asset Value: 0 2021-05-02 12:49:28 Currency: 0.00000000 Available: 0 2021-05-02 12:49:28 Total: 0


I have ETH on my Kraken Account but the Asset always stays at 0.

I tried the same with poloniex. From there the balance get pulled correctly. Any ideas ?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.