Bitcoin Forum
April 23, 2024, 07:43:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 [153] 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 ... 350 »
  Print  
Author Topic: [ANN] KRAKEN.COM - Exchange with USD EUR GBP JPY CAD BTC LTC XRP NMC XDG STR ETH  (Read 628599 times)
rakesh.technorizen
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 29, 2015, 10:10:04 AM
 #3041

$key = '********************************************';
$secret = 'YOUR API SECRET';

i have key how to get API SECRET KEY HELP
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713858221
Hero Member
*
Offline Offline

Posts: 1713858221

View Profile Personal Message (Offline)

Ignore
1713858221
Reply with quote  #2

1713858221
Report to moderator
1713858221
Hero Member
*
Offline Offline

Posts: 1713858221

View Profile Personal Message (Offline)

Ignore
1713858221
Reply with quote  #2

1713858221
Report to moderator
1713858221
Hero Member
*
Offline Offline

Posts: 1713858221

View Profile Personal Message (Offline)

Ignore
1713858221
Reply with quote  #2

1713858221
Report to moderator
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 29, 2015, 04:40:00 PM
 #3042

$key = '********************************************';
$secret = 'YOUR API SECRET';

i have key how to get API SECRET KEY HELP

It should be visible right below API Key: Go to Settings->API and select your key. It will say 'Private Key' and be labeled 'Private key used to sign API messages.' That is your secret key. Do NOT share this with anyone!

krakennoob
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 29, 2015, 07:21:39 PM
 #3043


This doesn't sound right, so we should take a closer look at the order(s) in question. Can you make a support request (https://support.kraken.com/hc/requests/new) and include the numbers of the order(s) that seemed to be skipped? The order numbers can be found in the left column under Trade > Orders in your account (only the first 6 digits of the order number are shown and you have to click to get the full number).
  

Ok, will do  Cheesy

edit:
Looks like the order finally completed at some point....good job I noticed before filling out support request  Grin


Yes, market orders match instantly against opposing orders on the book. There's no such thing as "the" market value. The average price you pay depends on your order size and on what orders are on the book to fill it. For example, suppose you sell 2 BTC at market and the highest buy order on the book is 1 BTC for 211 and the next highest buy order is 2 BTC for 210. Then your 2 BTC market order will get 1/2 filled by the order at 211 and the rest will get filled at 210. Then your average fill price on the sell order will be 210.5. In this case if you go to look at your trade history, you will actually see two trades (one at 211 and one at 210), since it took two trades with two different orders on the other side to fill your order.

Thanks also for the explanation.
rakesh.technorizen
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 30, 2015, 08:05:06 AM
 #3044

$key = '********************************************';
$secret = 'YOUR API SECRET';

i have key how to get API SECRET KEY HELP

It should be visible right below API Key: Go to Settings->API and select your key. It will say 'Private Key' and be labeled 'Private key used to sign API messages.' That is your secret key. Do NOT share this with anyone!

Thanks for reply
MusX
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
October 06, 2015, 08:32:48 PM
 #3045

going back to API specification sharing to community... if incorporating feedback it may turn into new standard of API infrastructure for cryptocurrency exchanges developed by kraken with the community. You have one of the bests api anyway, but I believe someday you will introduce new version so you may consider it.

Serpens66
Legendary
*
Offline Offline

Activity: 2912
Merit: 1128



View Profile
October 06, 2015, 09:26:14 PM
 #3046

going back to API specification sharing to community... if incorporating feedback it may turn into new standard of API infrastructure for cryptocurrency exchanges developed by kraken with the community. You have one of the bests api anyway, but I believe someday you will introduce new version so you may consider it.
1) the "available balance" is still missing in their API Wink
2) And you get no information about the rest amount, when you cancel an order.  (i need the rest amount in the response, when canceling an order).

But with these two things, it would be perfect from my point of view Wink

Mit Cointracking (10% Rabatt) behältst du die Übersicht über all deine Trades und Gewinne. Sogar ein Tool für die Steuer ist dabei Wink                          
Great Freeware Game: Clonk Rage
binance.com hat nun auch SEPA und EUR Paare! Mit dem RefLink bekommst du 5% Rabatt auf die Tradinggebühren!
rakesh.technorizen
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 07, 2015, 02:05:12 PM
 #3047

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'));
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
October 07, 2015, 03:37:31 PM
 #3048

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.

Dargo
Legendary
*
Offline Offline

Activity: 1820
Merit: 1000


View Profile
October 07, 2015, 10:17:27 PM
 #3049

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.
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
October 10, 2015, 05:31:08 PM
Last edit: October 11, 2015, 05:17:51 PM by HostFat
 #3050

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.

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
Dargo
Legendary
*
Offline Offline

Activity: 1820
Merit: 1000


View Profile
October 12, 2015, 10:48:02 PM
 #3051

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.
ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 13, 2015, 05:25:43 PM
Last edit: October 13, 2015, 09:08:21 PM by ICFiedler
 #3052

Would love to see in the open order tab, if an order is placed on margin or not.
ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 14, 2015, 11:14:24 PM
 #3053

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.
btcx (OP)
VIP
Sr. Member
*
Offline Offline

Activity: 302
Merit: 253



View Profile WWW
October 14, 2015, 11:46:28 PM
 #3054

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!

Bitcoin, Ethereum, Litecoin, Namecoin, Dogecoin, Ripple, Stellar, US dollar, euro, British pound, Canadian dollar and Japanese yen exchange:  https://www.kraken.com
ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 15, 2015, 07:13:11 AM
 #3055

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.
ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 18, 2015, 03:50:03 PM
Last edit: October 18, 2015, 04:03:45 PM by ICFiedler
 #3056

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.
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
October 18, 2015, 03:58:25 PM
 #3057

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.

ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 18, 2015, 04:07:16 PM
 #3058

It is back to normal. Quite ugly with an unusual +1.5% price move in between.

edit: and right back to malfunctioning.
minerb50
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 18, 2015, 04:18:15 PM
 #3059

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?
ICFiedler
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 18, 2015, 04:53:11 PM
Last edit: October 18, 2015, 06:09:33 PM by ICFiedler
 #3060

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.
Pages: « 1 ... 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 [153] 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 ... 350 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!