Aditya Mertia

Results 3 issues of Aditya Mertia

Hi, Is there a way to fetch 1 min candlestick data? If yes how? I do not see it in API docs of bitstamp. Thanks

Hi, I am getting error: {"status": "error", "reason": "Invalid nonce", "code": "API0004"} when i try to call 2 API calls at once. Even if i do it at interval of...

Hi, Whenever i check for an orders status using `await bitstamp.orderStatus(orderId).then(({status, headers, body}) => body);` I keep getting following error even if i run it at 5 sec intervals: ```...