dougdellolio / coinbasepro-csharp

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

GetAllProductsAsync() error #149

Closed atswork closed 6 years ago

atswork commented 6 years ago

API need to be updated!

When invoke GetAllProductsAsync Function, it got an error: Requested value 'ETC-USD' was not found

Cause Shares/Types/ProductType Not Support

wall2in commented 6 years ago

I got the same problem,also ETC-EUR and ETC-BTC!

I fix it myself and make it work now, but hope developer could provide next stable release as soon as possible.

GITMIKRO commented 6 years ago

@wall2in can you share what it is and where you made your fix? I'm having an issue with GetAllAccountsAsync() Thank you and much appreciated.

dougdellolio commented 6 years ago

@atswork @wall2in @GITMIKRO looks like coinbase added support for ethereum classic yesterday. i have added this in here: https://github.com/dougdellolio/coinbasepro-csharp/pull/150.

will get this in as soon as possible, thanks!