kraken-go-api-client icon indicating copy to clipboard operation
kraken-go-api-client copied to clipboard

"DepositMethods " returns 'EGeneral:Internal error'

Open atifzia opened this issue 6 years ago • 2 comments

When I call the following :

api.Query("DepositMethods", map[string]string{ "asset":"ETH", })

I get : {"error":["EGeneral:Internal error"]}

Any help would be very appriciated.

atifzia avatar Feb 09 '19 05:02 atifzia

and this error is returned for every asset.

atifzia avatar Feb 09 '19 05:02 atifzia

this is working fine for me (copy-pasted your code)

  • maybe kraken had an issue when you tried
  • maybe your key does not support this operation

salanfe avatar May 22 '19 15:05 salanfe