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

how to get permission? #512

Open
csquan opened this issue Sep 12, 2023 · 2 comments
Open

how to get permission? #512

csquan opened this issue Sep 12, 2023 · 2 comments

Comments

@csquan
Copy link

csquan commented Sep 12, 2023

    use code:
    const secretKey = "XXXXXX"
const apiKey    = "XXXXX"

 const base_testnet_binance_url = "https://testnet.binance.vision/api"
 
 client := NewClient(apiKey, secretKey)
client.SetApiEndpoint(base_spot_binance_url)
permission, err := client.Do(context.Background())
if err != nil {
	fmt.Println("error:", err)
	return
}

but get error: code=0, msg=
why??does something wrong??

@csquan
Copy link
Author

csquan commented Sep 13, 2023

?

1 similar comment
@csquan
Copy link
Author

csquan commented Sep 13, 2023

?

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