ChristopherHaws / gdax-dotnet

DotNet Core GDAX Exchange API
MIT License
7 stars 7 forks source link

Orders / Deposits / Withdrawals / Payment Methods #3

Closed InTheta closed 6 years ago

InTheta commented 6 years ago

All missing API functions added and tested.

ChristopherHaws commented 6 years ago

Thanks for the PR! I updated some things I found in the PR so that I could accept it. I just published a new version of the package to nuget. It would be really helpful to me if we could get some tests added to the project for the new methods so that I don't have to manually test them each time I release. I have been using https://public.sandbox.gdax.com/ for testing. I updated the readme to have instructions for setting up the tests to run on you computer.

InTheta commented 6 years ago

Apologies for some of the code mess. I have been testing everything for my own project with the sandbox. You cannot withdraw / deposit from bank/crypto with the sandbox though, it gives a "invalid scope" 403 forbidden error. Coinbase deposit / withdrawals work fine. I will add my test class to the testing project.