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

Failed to load orderbook error with initclient(ltcusd) #1

Open
ghost opened this issue Dec 9, 2017 · 1 comment
Open

Failed to load orderbook error with initclient(ltcusd) #1

ghost opened this issue Dec 9, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 9, 2017

var exports = module.exports = {}
var exampleClient = require('./index')

var symbol = 'LTCUSD';
exampleClient.initClient(symbol)


/home/masternode/TradingBots/GDAX-Fix-Client/node_modules/gdax/lib/orderbook_sync.js:67
throw 'Failed to load orderbook: ' + response.statusCode;
^
Failed to load orderbook: 404

@shri046
Copy link

shri046 commented Jan 6, 2018

Symbol should be hyphenated: var symbol = 'LTC-USD';

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

No branches or pull requests

1 participant