Skip to content
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

Futures Testnet - Kline not working #507

Open
timclaeren opened this issue Aug 20, 2023 · 0 comments
Open

Futures Testnet - Kline not working #507

timclaeren opened this issue Aug 20, 2023 · 0 comments

Comments

@timclaeren
Copy link

Two days can't receive any Kline information using futures testnet, code is below, everything working on mainnet, and two days ago everything was fine on testnet, now receiving nothing

func (){
		wsKlineHandler := func(event *futures.WsKlineEvent) {
			fmt.Println(event)
		}
		errHandler := func(err error) {
			fmt.Println(err)
		}
		_, _, err := futures.WsKlineServe("BTCUSDT", "1m", wsKlineHandler, errHandler)
		if err != nil {
			fmt.Println(err)
		}
	}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant