coinbasepro-csharp icon indicating copy to clipboard operation
coinbasepro-csharp copied to clipboard

The unofficial .NET/C# client library for the Coinbase Pro/GDAX API

Results 13 coinbasepro-csharp issues
Sort by recently updated
recently updated
newest added

Hello! I just want to preface by letting you know that I am not very experienced in any of this... Hopefully this isn't user error, but I can't seem to...

When sending a cancellation token, wrap the request in a try-catch. From the link below: "System.Net.Http.HttpClientHandler handles the inner exception (as it is supposed to), and lets cancellation and cleanup...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello, I am trying to use your project. Please find below code for your reference. ``` public static async Task getAccounts() { var apiKey = ""; var apiSecret = "";...

Have the HttpService that CoinbaseClient consumes follow HTTPClient standards to enable HTTP retry and DI handling. https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests#how-to-use-typed-clients-with-ihttpclientfactory

IOC/FAK canceled orders are never called back to WebSocket_OnDoneReceived(object sender, WebfeedEventArgs e) The Done.DoneReasonType.Canceled are not called in the cases where the price is VERY close to the actual price....

Hello, I'm encountering the following error when calling both GetProductTickerAsync and GetProductStatsAsync. Can you please help figure out what is going wrong. I'm just passing in a string product id....

Thank you for what I understand to be a fantastic resource. I am struggling to just get off the ground here and hoping to get assistance with the most basic...

example for getting started