golang-bittrex-api
golang-bittrex-api copied to clipboard
Does 2.0 private API work with API key?
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 , could you elaborate?
Thank you!
sure, as far as Bittrex API v2.0 is not released is available on web only. I ASSUME it will use keypair when it will be released officially
I heard it used to use keypair, but not anymore.