I have account in mkraken.com where my balance is around ฿0.05012, When I try to sent ฿0.00157 to other address using below code:
Code :
$res = $kraken->QueryPrivate('Withdraw',
array(
'asset' => 'XXBT',
'key' => 'Mykey',
'amount'=> '0.00157'
)
);
Transaction will show in different state/status like initiated->onhold->cancelled.
I have check in panel where they said minimum transaction limit is 0.00100 and 0.00050 are the fee for transaction. so as per my code I have transfer more then that but still it'll give me transaction cancelled.
Any one having idea why transaction is failed...?