krijnsent / crypto_vba

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

Coinspot #4

Closed markbbell closed 5 years ago

markbbell commented 6 years ago

Hi Koen, Many thanks for writing this code. It has been very helpful for me to learn how to make API calls. However, I use www.coinspot.com.au and I'm unable to amend your script to work with their requirements. Would you be able to have a look at creating one please? They only have a single page on their website that details their API requirements - https://www.coinspot.com.au/api Thanks, Mark.

krijnsent commented 6 years ago

Will look into it, have a couple of extra exchanges on my to-do list.

krijnsent commented 6 years ago

Hi Mark, I added the Coinspot API. The public one works, but the private one gives the same error as the PHP setup ("invalid"), like the issue in this project: https://github.com/jacobau/coinspot-php-client/issues/1 So I assume that their API changed somehow, will test again somewhere later.

markbbell commented 6 years ago

Thank you. Much appreciated. I'm getting the invalid error as well. Look forward to the next update. Thanks,

krijnsent commented 6 years ago

Update: still have an issue, now am getting "nonce invalid", same error as this post of dec-2017 with the Coinspot reply that it's long overdue: https://stackoverflow.com/questions/47799323/coinspot-api-with-powershell

krijnsent commented 5 years ago

Updated and got it working.