-
Hello
I had long time without suffering from this. last night it got disconnected and did not connect again.
I have this function.. wich fires the console.log but does not restart the client
…
-
Hello rrag, Is there a callback for visual editing of price marker? So once the marker is set, you could drag the marker up or down to adjust the price manually? I was thinking about a workaround - on…
ghost updated
6 years ago
-
Why fetch_ticker() call 3 requests to API?
```py
bittrex = ccxt.bittrex ({ 'verbose': True })
print(bittrex.fetch_ticker('ETH/BTC'))
```
GET https://bittrex.com/api/v2.0/pub/Markets/GetMarket…
-
Integrate ETH to fiat conversion for milestones.
The idea is that you enter the amount in fiat, or in eth, for a specific date. And then the Dapp fetches the respective conversion in fiat/eth for t…
-
Does the url https://bittrex.com/api/v2.0/pub/market/GetMarketHistory exist? I tried to access it, but Bittrex returns 404.
-
```
bittrex = require('node-bittrex-api')
bittrex.options 'verbose': true
console.log 'Connecting ....'
bittrex.getorderbook {
market: 'USDT-BTC'
depth: 10
type: 'both'
}, (data, err) …
-
Is there any option by which we can specify coin that shouldn't be mined?
I can see on MPH header "Zcoin, Zclassic wallets are under maintenance in Bittrex. Auto exchange requests related to these …
-
I am conducting some testing and when I call the buylimit function I get an error.
My code is the following:
```
var assert = require('assert');
var bittrex = require('node.bittrex.api');
var…
-
I have followed all the outlined steps but when i run the bot i get the following error
API ERROR OCCURRED at Fri Aug 25 09:27:53 2017
Message: INVALID_SIGNATURE
Sig Length: 38
Key Length: 32
|…
-
I am getting order history but it is returning only 200 records. Is there any parameters can be use for page numbers? Thanks.
```js
function getorderhistory() {
bittrex.options({
'apikey' …