dougdellolio / coinbasepro-csharp

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

Does this library work with Coinbase Prime? #239

Closed bondocel11 closed 4 years ago

dougdellolio commented 4 years ago

@bondocel11 this library will not work with Coinbase Prime currently because the URLs all point to Coinbase Pro. (https://github.com/dougdellolio/coinbasepro-csharp/blob/master/CoinbasePro/Shared/ApiUris.cs#L9). I believe changing the URLs could work since the APIs all look the same but I would have to figure out a way to get an account to test this theory.