Closed marperia closed 2 years ago
Message that will be displayed on users first issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@marperia Thanks for reporting this and sorry for the late response. I've been busy with my career recently. I left a review on your PR. If you can apply it we can merge your fix into the repo.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug I can't fetch tickers because of wrong JSON field declaration
To Reproduce Steps to reproduce the behavior:
getSwapTickers := market.GetTickers{ InstType: okex.SwapInstrument, } swapTickers, err := client.Rest.Market.GetTickers(getSwapTickers) if err != nil { log.Fatalln(err) }