Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print-account-balance returning ['EAPI:Invalid signature']} #107

Closed
generalcodingprojects opened this issue Dec 14, 2018 · 3 comments
Closed

Comments

@generalcodingprojects
Copy link

Versions

OS: Gentoo
Python:   3.6.5
krakenex: latest

What are you trying to achieve?

# code sample
import krakenex
k = krakenex.API()
k.load_key('kraken.key')
print(k.query_private('Balance'))

What do you expect to happen?

To get get my balance printed out

What happens instead?

I get an invalid signature error

# error message
{'error': ['EAPI:Invalid signature']}
@veox
Copy link
Owner

veox commented Dec 14, 2018

This is most likely due to the key being invalid - either a copy-paste error, or insufficient permissions on the key.

@veox
Copy link
Owner

veox commented Dec 14, 2018

Marking need info because impossible to reproduce as-is.

@generalcodingprojects
Copy link
Author

Yes, it seems to have been caused by insufficient permissions. Solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants