question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error: ['EAPI:Invalid key'] doing fetchBalance for Kraken

See original GitHub issue

Using Node.JS 8.1.4 I receive this error after instantiation with the api key and private key from Kraken.

const market = new ccxt[key]({
  apiKey: data.apiKey,
  secret: data.secret
})

console.log(await market.fetchBalance())

Public functions seem to work fine.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:23 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
Morrizcommented, Dec 26, 2018

Oh, sry about my ignorance! I did not know. Let me try 😃

1reaction
kvzcommented, Nov 14, 2017

Hi @kroitor, thanks for the assistance 👍

I gerenated a new API key with the following settings:

screen shot 2017-11-14 at 10 22 26

and the issue seems resolved, thanks! 💯 🥇

Read more comments on GitHub >

github_iconTop Results From Across the Web

API error messages - Kraken Support
Invalid signature errors occurs if either your API key or API secret are written incorrectly in your program or because the POST data...
Read more >
Invalidkey At Kraken Api With Js, Not With Python - ADocLib
Invalid signature errors occurs if either your API key or API secret are written incorrectly in ... Error: EAPI:Invalid key doing fetchBalance for...
Read more >
Kraken EAPI: Invalid key - Stack Overflow
String apiEndpointFullURL = baseDomain + privatePath + endPointName;. After you make that code change, the Invalid Key error should go away. …….
Read more >
Getting class kraken not found? ▷ Download ccxt/ccxt +++ without ...
Download ccxt / ccxt / kraken.php - Solve class 'kraken' not found ... <?php namespace ccxt; // PLEASE DO NOT EDIT THIS FILE,...
Read more >
kraken.py | searchcode
1# -*- coding: utf-8 -*- 2 3# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE ... {"error":["EQuery:Invalid asset pair"]}...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found