dparlevliet / node.bittrex.api

Node Bittrex API is an asynchronous node.js library for the Bittrex API, the data can be received either via GET request or Stream.
MIT License
253 stars 100 forks source link

Maximum call stack size exceeded at getnonce #117

Closed prateekjjw001 closed 6 years ago

prateekjjw001 commented 6 years ago

bittrex.sendCustomRequest( 'https://bittrex.com/api/v1.1/public/buylimit?market=usdt-eth&quantity=0.01&rate=550', function( data ) { console.log( data ); }, true);

I wrote this simple piece of code and get this error. I have initialised bittrex.options with my key and secret key.
image

josepgomes commented 6 years ago

Same here!