Author

Topic: [ANN] KRAKEN.COM - Exchange with USD EUR GBP JPY CAD BTC LTC XRP NMC XDG STR ETH - page 197. (Read 628818 times)

hero member
Activity: 854
Merit: 503
Legendary trader
Quote
The Kraken website is currently unavailable.
Please try again later.


Seriously? This is somewhat unacceptable. Really.
People will lose their shirt on margin.
legendary
Activity: 2436
Merit: 1561
@OP, could you confirm this?:

https://www.reddit.com/r/BitcoinUK/comments/3pddfm/fidor_uk/cw9bgrj
Quote
Kraken and Bitcoin.de already both have exclusive partnership deals with Fidor(de).

How does depositing (GBP) to Kraken from Fidor UK actually works? Since the money would be coming in from general Fidor's account, would I need to add certain payment reference?

It's a possibility for the future, but at the present time you can't deposit to Kraken through Fidor UK.

Bit disappointing. Hopefully Fidor will implement individual accounts soon (it's apparently on top of their 'to do' list).

So what does this Fidor-Kraken partnership relates to exactly?
legendary
Activity: 1820
Merit: 1000
@OP, could you confirm this?:

https://www.reddit.com/r/BitcoinUK/comments/3pddfm/fidor_uk/cw9bgrj
Quote
Kraken and Bitcoin.de already both have exclusive partnership deals with Fidor(de).

How does depositing (GBP) to Kraken from Fidor UK actually works? Since the money would be coming in from general Fidor's account, would I need to add certain payment reference?

It's a possibility for the future, but at the present time you can't deposit to Kraken through Fidor UK.
legendary
Activity: 2436
Merit: 1561
@OP, could you confirm this?:

https://www.reddit.com/r/BitcoinUK/comments/3pddfm/fidor_uk/cw9bgrj
Quote
Kraken and Bitcoin.de already both have exclusive partnership deals with Fidor(de).

How does depositing (GBP) to Kraken from Fidor UK actually works? Since the money would be coming in from general Fidor's account, would I need to add certain payment reference?
newbie
Activity: 3
Merit: 0
kraken is hard to reach at the moment. loads very slow and I get alot of "read operation timed out" errors via API ( a time of 30 seconds)

Appears to be back to normal now.
legendary
Activity: 2926
Merit: 1131
kraken is hard to reach at the moment. loads very slow and I get alot of "read operation timed out" errors via API ( a time of 30 seconds)

edit: now ~ 30 minutes later it seems to work again
full member
Activity: 132
Merit: 100
It is back to normal again now. But there were issues about half an hour long with the website. The API worked most of the time (5 minute outage), though, also the mobile app.
newbie
Activity: 3
Merit: 0
It is back to normal. Quite ugly with an unusual +1.5% price move in between.

edit: and right back to malfunctioning.

Everything working for me. Are you having issues with website or API, too?
full member
Activity: 132
Merit: 100
It is back to normal. Quite ugly with an unusual +1.5% price move in between.

edit: and right back to malfunctioning.
hero member
Activity: 910
Merit: 1000
kraken was down for ~5 minutes for the order book and another 5 minutes for the trading tab. That is a long time in this highly active period.

Yeah, it's hit or miss right now for me too - pages aren't loading and when they do it takes an unusually long time.
full member
Activity: 132
Merit: 100
kraken was down for ~5 minutes for the order book and another 5 minutes for the trading tab. Plus another 8 minutes of very low performance. That is a long time in this highly active period.
full member
Activity: 132
Merit: 100
Trying to place a margin order I get the error message "invalid leverage", no matter which leverage I choose. I do not see any reason for a problem like missing funds or anything else.

Give it another go.  Thanks for the report!

Today it works without further ado.
vip
Activity: 302
Merit: 253
Trying to place a margin order I get the error message "invalid leverage", no matter which leverage I choose. I do not see any reason for a problem like missing funds or anything else.

Give it another go.  Thanks for the report!
full member
Activity: 132
Merit: 100
Trying to place a margin order I get the error message "invalid leverage", no matter which leverage I choose. I do not see any reason for a problem like missing funds or anything else.
full member
Activity: 132
Merit: 100
Would love to see in the open order tab, if an order is placed on margin or not.
legendary
Activity: 1820
Merit: 1000
Which are the margin fee now?

https://support.kraken.com/hc/en-us/articles/206161568-What-are-the-fees-for-margin-trading-

https://www.kraken.com/en-us/help/fees

None or 0.01% per 4 hours ?

EDIT:
I see 0.01% here:
https://www.kraken.com/help/fees

Maybe this is the right value.

Yes, it's 0.01% / 4 hours. For some reason it wasn't showing on our fees page, but I checked just now and it's showing.
staff
Activity: 4256
Merit: 1208
I support freedom of choice
legendary
Activity: 1820
Merit: 1000
Get deposit methods
URL: https://api.kraken.com/0/private/DepositMethods

Input:

aclass = asset class (optional):
    currency (default)
asset = asset being deposited

How to convert it in php Huh

is this correct Huh

$res = $kraken->QueryPrivate('DepositMethods', array('currency' => 'XBT'));

I haven't used the PHP or Kraken's PHP API but I assume it's:

Code:
$res = $kraken->QueryPrivate('DepositMethods', array('aclass' => 'currency', 'asset' => 'XXBT'));

and aclass should be optional anyway.

Either of these should work.
hero member
Activity: 910
Merit: 1000
Get deposit methods
URL: https://api.kraken.com/0/private/DepositMethods

Input:

aclass = asset class (optional):
    currency (default)
asset = asset being deposited

How to convert it in php Huh

is this correct Huh

$res = $kraken->QueryPrivate('DepositMethods', array('currency' => 'XBT'));

I haven't used the PHP or Kraken's PHP API but I assume it's:

Code:
$res = $kraken->QueryPrivate('DepositMethods', array('aclass' => 'currency', 'asset' => 'XXBT'));

and aclass should be optional anyway.
newbie
Activity: 9
Merit: 0
Get deposit methods
URL: https://api.kraken.com/0/private/DepositMethods

Input:

aclass = asset class (optional):
    currency (default)
asset = asset being deposited

How to convert it in php Huh

is this correct Huh

$res = $kraken->QueryPrivate('DepositMethods', array('currency' => 'XBT'));
Jump to: