thebotguys / golang-bittrex-api

This repository is a golang porting of v2.0 Bittrex API
Apache License 2.0
109 stars 12 forks source link

Does 2.0 private API work with API key? #35

Open helinwang opened 6 years ago

helinwang commented 6 years ago

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!

saniales commented 6 years ago

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

deluvas commented 6 years ago

I heard it used to use keypair, but not anymore.