dougdellolio / coinbasepro-csharp

The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
MIT License
192 stars 90 forks source link

Retrieving history of deposits #254

Closed ahilis closed 3 years ago

ahilis commented 3 years ago

Hi there is a method "List deposits" in coinbase pro api via url "/transfers" : https://docs.pro.coinbase.com/?r=1#list-deposits ICoinbaseProClient contains the same method for withdrawals but not for deposits. Was it implemented or missed? Is there another way to get the list deposits?

dougdellolio commented 3 years ago

hey @ahilis . I just published this with the next version on Nuget (https://github.com/dougdellolio/coinbasepro-csharp/releases/tag/v1.0.43) Let me know if you see any issues. thanks!

ahilis commented 3 years ago

Thanks for such a quick fix!