You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am trying to get the headers returned with the functions. So GetMarkets returns headers as below, I have edited bittrex.go and added a line under the unmarshal in GetMarkets function fmt.printf("%+v", &markets) but it returns the data twice as below:
Hi I am trying to get the headers returned with the functions. So GetMarkets returns headers as below, I have edited bittrex.go and added a line under the unmarshal in GetMarkets function
fmt.printf("%+v", &markets)
but it returns the data twice as below:[{MarketCurrency:LTC BaseCurrency:BTC MarketCurrencyLong:Litecoin BaseCurrencyLong:Bitcoin MinTradeSize:0.02663019 MarketName:BTC-LTC IsActive:true Created:2014-02-13T00:00:00 Notice: IsSponsored:false LogoUrl:https://bittrexblobstorage.blob.core.windows.net/public/6defbc41-582d-47a6-bb2e-d0fa88663524.png},<nil>]
[{LTC
BTC Litecoin Bitcoin 0.02663019 BTC-LTC true 2014-02-13T00:00:00 false https://bittrexblobstorage.blob.core.windows.net/public/6defbc41-582d-47a6-bb2e-d0fa88663524.png}]`Can you help me out I am only new to go?
The text was updated successfully, but these errors were encountered: