bittrex-api | Bittrex websocket and rest api | Websocket library
kandi X-RAY | bittrex-api Summary
kandi X-RAY | bittrex-api Summary
Bittrex websocket and rest api
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bittrex-api
bittrex-api Key Features
bittrex-api Examples and Code Snippets
Community Discussions
Trending Discussions on bittrex-api
QUESTION
Using this script: https://github.com/byterogues/powershell-bittrex-api which I call from another script.
e.g.
...ANSWER
Answered 2018-Mar-03 at 17:43You can't. The script uses Write-Host
to output the error. Write-Host
only writes text to the console, it doesn't return any objects which means there's nothing to capture.
I would recommend modifying the script to use other cmdlets like Write-Error
, Write-Output
or any other Write-*
which outputs to a stream (which you can redirect to the stdout-stream and save).
See http://www.jsnover.com/blog/2013/12/07/write-host-considered-harmful/
QUESTION
(originally asked in bitcoin.stackexchange but didn't get much traction there ... )
I'm noticing that the Bittrex API (both v1.1 and v2.0) have a 3 to 4 minute delay when getting data, i.e. GetLatestTick: https://bittrex.com/api/v2.0/pub/market/GetLatestTick?marketName=BTC-NEO&tickInterval=hour
So if you make a request say at 8:00PM, it will not bring the 7:00 to 8:00PM candle (OHLC) data until 8:03PM, some times 8:04PM ...
I thought about constructing my own candles querying the API every few seconds with /getticker - but for a few cryptos it will get lengthy and might get banned for the amount of requests per second ...
Contacted Bittrex, but never had a response back.
Anyone knows any other method to get candle data sooner?
Thanks!
...ANSWER
Answered 2018-Mar-04 at 10:16Try Enigmas Catalyst - you get minute data from Bitfinex, Bittrex and Poloniex for backtesting and livetrading
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bittrex-api
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page