golang-bittrex-api
golang-bittrex-api copied to clipboard
This repository is a golang porting of v2.0 Bittrex API
Can someone please provide an update to the newest update ? for instance Fill DAO requires several new fields. Thanks.
i tried to test the API "IsAPIAlive" it fails with error code 503. but if i use the chrome browser to access the url directly on the same machine and...
Hi Is it possible to send sell or buy orders in market price without adding “rate” to the order? Or I must add the rate I want?
E.g., this line: https://github.com/thebotguys/golang-bittrex-api/blob/master/bittrex/common.go#L61 From what I understand the 2.0 private API only works with web, not API key, is it true? But from your comment it seems otherwise: https://github.com/thebotguys/golang-bittrex-api/issues/23#issuecomment-338900206...
Hello, I've seen you implemented a method to place limit orders. I was wondering, do you know if it is possible to place also market orders with this API? Thank...
I tried the url you have in your docs https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-CVC&tickInterval=thirtyMin&_=1500915289433 1500915289433 stands for 2017-07-24T16:54:49.4330000Z however the result first item is 2017-11-01T09:00:00. Do I miss something?
I am missing Socket endpoints they will go on https://github.com/thebotguys/golang-bittrex-api/wiki/Socket-API Useful information is appreciated