Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kraken API error "EFunding:Unknown withdraw key"

Tags:

kraken.com

I'm currently using the Kraken API to make orders and withdraw currency. The problem is when I want to withdraw EUR thanks to the Kraken API, they ask me to put my ithdrawal key name. I thought it was my API key or my key description, but none of these methods actually works.

 aclass = asset class (optional):

    currency (default)

 asset = asset being withdrawn

 key = withdrawal key name, as set up on your account

 amount = amount to withdraw, including fees

Where can I retrieve my withdrawal key name on my account ?

Thanks.

like image 374
Heru Abollo Avatar asked Nov 17 '25 06:11

Heru Abollo


1 Answers

"key = withdrawal key name, as set up on your account"

You must declare the addresses (send to), and assign a unique name (key) to each address.

I know... it's terrible.

like image 190
Robert N Avatar answered Nov 21 '25 09:11

Robert N