krakenfx / kraken-api-client

Example client libraries for use with the kraken.com API.
MIT License
88 stars 94 forks source link

EFunding:No funding method #10

Open hako2008 opened 4 years ago

hako2008 commented 4 years ago
$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?

bernerortiz commented 3 years ago

@hako2008 Did you figure this out? i'm having the same issue.

akshaydevh commented 3 years ago

any solution for this issue? @hako2008 @berneroritz

akshaydevh commented 3 years ago

verifying the account fixed my issue

umair982 commented 8 months ago

Hello @akshaydevh and @bernerortiz I am also facing this issue. I tried much but its saying "EFunding:No funding method". So please help me for this if you can .