You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will definitely be on the todo list, but since not every exchange offers this data you could just use the internal Bittrex npm package that includes this endpoint.
NOTE: that because the package reference isn't created until the constructor is called, you will have to do this:
letCE=require('crypto-exchange')letbittrex=newCE.bittrexbittrex.getcandles({marketName: 'USDT-BTC',tickInterval: 'fiveMin',// intervals are keywords},function(data,err){console.log(data);})
Hi, would you care about adding getCandles, buy and sell endpoints available for the Bittrex v2.0 API?
Best regards,
Tiago
The text was updated successfully, but these errors were encountered: