-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
$kraken = new KrakenAPI('MY API KEY', 'MY API SECRET','https://api.kraken.com',0);
$res = $kraken->QueryPrivate('DepositAddresses', array(
'asset' => 'XBT',
'method' => 'Bitcoin',
'new' => true
));
dump($res);
DepositAddresses throws an error
array:1 [▼
"error" => array:1 [▼
0 => "EFunding:No funding method"
]
]
i tried manipulate parameters (asset = BTC, method = 'bitcoin', lowercase, uppercase..etc) but i'm receiving the same error always.
How do I should create a deposit address?
Metadata
Metadata
Assignees
Labels
No labels