-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error OnGetRecentTradesAsync() parsing json from token #454
Comments
I took a stab at this. Both OnGetRecentTradesAsync and OnGetHistoricalTradesAsync seem to be working now. Download link for ExchangeKuCoinAPI.cs
|
@GonzoKK awesome fix there, open a PR and hopefully your fix will be added in the next NuGet version |
vslee
added a commit
to vslee/ExchangeSharp
that referenced
this issue
Jan 23, 2020
- changed endpoint for GetRecentTradesAsync() - changed TS parsing to UnixNanoseconds for both - DRY both methods - fixes DigitalRuby#454
vslee
added a commit
that referenced
this issue
Jan 23, 2020
- changed endpoint for GetRecentTradesAsync() - changed TS parsing to UnixNanoseconds for both - DRY both methods - fixes #454
szmcdull
pushed a commit
to szmcdull/ExchangeSharp
that referenced
this issue
Mar 5, 2020
…gitalRuby#513) - changed endpoint for GetRecentTradesAsync() - changed TS parsing to UnixNanoseconds for both - DRY both methods - fixes DigitalRuby#454
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Json parsing error on ExchangeKuCoinAPI.cs#219
After fixing the KC- headers its now giving a correct result in "token".
But the "token" result is not handler correctly.
The text was updated successfully, but these errors were encountered: