krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
157 stars 54 forks source link

Kucoin update no longer working #45

Closed Pi-Rr closed 5 years ago

Pi-Rr commented 5 years ago

Hi Koen,

Kucoin has released a new version of its API and the macro to pull balance of our tokens is no longer working. Could you have a look and try to fix that in the crypto_vba_example.xlsm spreadsheet when you get a chance?

Many thanks!

krijnsent commented 5 years ago

Thanks, I've been noticed, finally got some basic building blocks up and running (e.g. my code to import/export bas files and Sourcetree vs Github desktop), so will start working on this in one of the coming days.

Pi-Rr commented 5 years ago

Super, thanks a lot :)

krijnsent commented 5 years ago

Should be working again, updated the code and the example in the sheet. Please close the issue when you've checked it works. You will have to create a new API key pair at KuCoin.

Pi-Rr commented 5 years ago

Thanks a lot Koen! I am out this weekend but should be able to test Sunday evening. I'll update the ticket after that.

Best

On Fri, 22 Feb 2019, 17:25 Koen Rijnsent, notifications@github.com wrote:

Should be working again, updated the code and the example in the sheet. Please close the issue when you've checked it works. You will have to create a new API key pair at KuCoin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/krijnsent/crypto_vba/issues/45#issuecomment-466456243, or mute the thread https://github.com/notifications/unsubscribe-auth/AiBY5kdOYQnxQMc_T0v8WjRTgmYjeSi8ks5vQBoNgaJpZM4bEFG7 .

Pi-Rr commented 5 years ago

Hi there, tested the new example, works perfectly, thank you very much!