Laucian Posted January 9, 2017 Report Posted January 9, 2017 Hello, im trying to get the history of trades of one account, but i allways got error, this is my code: offers.getOffers(2, function(err, sent, recived){ if (err) { console.log(err); process.exit(1); } else { console.log(sent); process.exit(1); } }); Is something wrong? And how i use data filter (historialCutof)? Quote
Dr. McKay Posted January 9, 2017 Report Posted January 9, 2017 What is the error you're getting? Quote
Laucian Posted January 9, 2017 Author Report Posted January 9, 2017 "Error: No API-Key set (yet)" Quote
Dr. McKay Posted January 9, 2017 Report Posted January 9, 2017 You need to call setCookies and wait for its callback before you try to do anything else. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.