Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Bitstamp error 403 #1509

Closed
azizmb opened this issue Dec 18, 2017 · 1 comment · Fixed by vansergen/gekko#2
Closed

Bitstamp error 403 #1509

azizmb opened this issue Dec 18, 2017 · 1 comment · Fixed by vansergen/gekko#2

Comments

@azizmb
Copy link

azizmb commented Dec 18, 2017

Note: for support questions, please join our Discord server

  • I'm submitting a ...
    [x] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository

  • Action taken (what you did)
    I set up gekko with all my config, running the paper trader works fine, but when I run it with the actual trader, I see an error from the bitstamp api.

  • Expected result (what you hoped would happen)
    Gekko would start trading.

  • Actual result (unexpected outcome)

2017-12-18 06:37:09 (ERROR):    BITSTAMP API ERROR: BitstampError {
  name: 'BitstampError',
  message: 'Bitstamp error 403',
  meta: { status: 'error', reason: 'Invalid signature', code: 'API0005' } }
2017-12-18 06:37:09 (DEBUG):    Bitstamp returned an error, retrying..
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)

The bitstamp key I'm using is activated. I'm not very familiar with node, but if you can point me to where this might be raised, I can put some more log statements if that helps.

@azizmb
Copy link
Author

azizmb commented Dec 19, 2017

I figured out the issue.

If you're using sub accounts with bitstamp, for the username, you must use the id of the main account, and not the sub account.

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

Successfully merging a pull request may close this issue.

1 participant