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

([EGeneral:Bad data:User tier is missing]) Withdrawn Info #69

Open
thegabrielbee opened this issue Oct 13, 2023 · 3 comments
Open

([EGeneral:Bad data:User tier is missing]) Withdrawn Info #69

thegabrielbee opened this issue Oct 13, 2023 · 3 comments

Comments

@thegabrielbee
Copy link

I'm just' trying to retrieve the withdrawn fee for some asset and coming across getting this error: ([EGeneral:Bad data:User tier is missing]). With the following code:

api := krakenapi.New(apiKey, apiSecret)

x := big.Float{}
x.SetPrec(3)
x.SetFloat64(0.725)
data, err := api.WithdrawInfo("XBT", "btc_testnet_with1", &x)
if err != nil {
log.Fatal(err)
}

fmt.Println(data)

@vivbhandari
Copy link

I am getting same error while fetching deposit methods.

@Mixnosha
Copy link

Mixnosha commented Dec 5, 2023

Has anyone solved this problem?

@thegabrielbee
Copy link
Author

Unfortunately not even here.

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

4 participants
@vivbhandari @Mixnosha @thegabrielbee and others