Adds support for new Huobi authorised requests and a tool for ecdsa keys

Fixes: https://github.com/thrasher-/gocryptotrader/issues/150
This commit is contained in:
Adrian Gallagher
2018-07-13 15:54:31 +10:00
parent e5b3ce8de8
commit 4fadc6ff48
7 changed files with 268 additions and 36 deletions

View File

@@ -117,6 +117,7 @@ type ExchangeConfig struct {
AuthenticatedAPISupport bool
APIKey string
APISecret string
APIAuthPEMKey string `json:",omitempty"`
ClientID string `json:",omitempty"`
AvailablePairs string
EnabledPairs string