-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
ExchangeBinanceAPI.GetCurrencies Async throws collossal exception #604
Comments
Likely a bug you ran into. There was likely not an API currency endpoint back when that method was implemented, so as a hack, it was probably retrieved by parsing the HTML on the Binance website. |
I can see it's making a call to: https://www.binance.com/assetWithdraw/getAllAsset.html But I don't know the Binance API at all to comment :) |
That Binance end point is gone, method is currently broken |
Hmm, that's not the one either, not sure where this info has moved to |
I noticed this has apparently changed because I figured I could maybe use results of |
Ive been using this on the kraken exchange API fine but when I tested on Binance, I got an exception that was so giant, I couldn't even find the top of the popup (well done VS for Mac!)
It seems some request got an entire HTML page as a response... is this method believed to be functional?
The text was updated successfully, but these errors were encountered: