beldur/kraken-go-api-client

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

Opened this issue · 3 comments

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)

I am getting same error while fetching deposit methods.

Has anyone solved this problem?

Unfortunately not even here.