php - Is there any restriction to transfer btc to another account? -


i have account in mkraken.com balance around ฿0.05012, when try sent ฿0.00157 other address using below code:

code :

$res = $kraken->queryprivate('withdraw',      array(         'asset' => 'xxbt',         'key' => 'mykey',         'amount'=> '0.00157'     )  ); 

transaction show in different state/status initiated->onhold->cancelled.

i have check in panel said minimum transaction limit 0.00100 , 0.00050 fee transaction. per code have transfer more still it'll give me transaction cancelled.

any 1 having idea why transaction failed...?

yes got solution, problem not in code need confirm transaction received mail.

when sent request withdraw mkraken team sent email confirmation link r u sure want processed transaction one's confirm , it'll processed transaction on hold status sending status , complete transaction.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -