toorop / go-bittrex

Go binding for the Bittrex crypto-currency exchange API.
MIT License
230 stars 101 forks source link

Add GetTicks (prev GetHisCandles) method #24

Closed nihtalak closed 7 years ago

nihtalak commented 7 years ago

@toorop, @everyone Since bittrex updated their API, https://bittrex.com/Market/Pub_GetNewTickData and https://bittrex.com/Market/Pub_GetTickData are not valid endpoints now. They were cleaned in https://github.com/toorop/go-bittrex/pull/21. But still there is a way to get ticks history from their API.

/GetTicks endpoint returns all the data we want.