go-binance
go-binance copied to clipboard
Go wrapper for Binance API
I am attempting to run the example and when reading data from the websocket I get the following error: ``` level=error time=2018-05-17T21:12:47.556428787Z caller=service_websocket.go:35 wsRead="websocket: close 1008 (policy violation): {\"code\":-1,\"msg\":\"Illegal format...
Hey @rootpd, this is Amir. I installed your package from the official fork of Binance's GitHub account but when I'm trying to fetch all historical klines of `BTCUSDT` for example,...
https://github.com/rootpd/go-binance/blob/c656b55bcff406ed07451fbf5b0ac99f7397ac8b/service_websocket.go#L344 tag 't' used twice in same structure. ./service_websocket.go:344: struct field TakerCommision repeats json tag "t" also at ./service_websocket.go:342 according to https://github.com/binance-exchange/binance-official-api-docs/blob/master/user-data-stream_CN.md rawAccount := struct { Type string `json:"e"` Time...
Fix issue #2
Signature is verified based upon the order of arguments, must keep them the same which url.Values.Encode() uses alphabetical, so the signature appears not to match the URL query when signature...
A wrapper for this api GET /api/v1/trades Get recent trades (up to last 500).
There was a minor mistake here I found when using this library. Also found that making market orders was not possible because Binance freaks out if you send up the...