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

Custom Requests not working #145

Open springjben opened 6 years ago

springjben commented 6 years ago
exchangeAPI.sendCustomRequest('https://bittrex.com/api/v1.1/account/getorder&uuid=deee432e-aa4f-4ff3-81b7-8c1c5e0876c2', function(data, err) {
        console.log(data)
        console.log(err)
        //resolve(data);

      }, true );

It always returns null. The error was: 'Bad Request'

springjben commented 6 years ago

message: 'URL request error'