CliffS / kraken-exchange

A library to access the Kraken Bitcoin Exchange
GNU General Public License v3.0
11 stars 10 forks source link

Internal error upon calling depositMethods #3

Closed TwinkieWInkie closed 6 years ago

TwinkieWInkie commented 6 years ago

This endpoint always responds with { error: [ 'EGeneral:Internal error' ] }

I've called this method with a single string as argument, usually 'ETH' or 'XETH'.

CliffS commented 6 years ago

That's odd. Sounds like a Kraken error. Are you still getting it?

If I call the method with ETH as the parameter, I get back:

[ { unixtime: 1529076408,
    rfc1123: 'Fri, 15 Jun 18 15:26:48 +0000' },
  [ { method: 'Ether (Hex)',
      limit: false,
      fee: '0.0000000000',
      'gen-address': true } ] ]
CliffS commented 6 years ago

Not heard back from @TwinkieWInkie so closing this issue.