-
Hi all,
I am using the following loop, which is called every 15 minute to get the latest 1/2 hour candles of all available market and buffer them into each respective Azure table. Candles will be i…
-
I can do single **bittrex.getorderbook()** query only. Is it possible to get only changes from the last query? Only new changed items.
-
Hello , i tried the bot and i got this error , all key/secret are correct on the 3 exchange
```
[root@mail arbbot]# php main.php
23:55:13: ARBITRATOR V2.0 launching...
23:55:13: Loading config...
…
-
Hi, first of all thanks for your work :)
Since this morning I have a problem with websockets, i get this message:
Error Message: Negotiate Unknown
Exception: undefined
Error Data: 503
I …
ghost updated
6 years ago
-
I get the following ErrorMessage, when i'm trying to access privat methods, like GetOrderHistory or GetBalances:
> ErrorCode 8000: "An unknown error happened
> Message: Auf das verworfene Objekt …
kyi87 updated
6 years ago
-
To remove not supported method from the wrapper?
https://twitter.com/bittrexexchange/status/526590250487783425?lang=en
-
Bittrex is an increasingly popular exchange. They have an API. It would be great to investigate what they are doing.
https://bittrex.com/home/api
-
```
var responseObj = response.result
^
TypeError: Cannot read property 'result' of null
```
Can be solved by something like
`var responseObj = response ? response…
-
I just found that in API v2.0 we can also get the last candle only (not just the complete history), which is really useful in my opinion. I think it's definitely worth implementing.
Source:
https:…
-
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…