Skip to content

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

@thegabrielbee

Description

@thegabrielbee

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions