diff --git a/exchanges/huobi/huobi_types.go b/exchanges/huobi/huobi_types.go index e131190d..b7dab784 100644 --- a/exchanges/huobi/huobi_types.go +++ b/exchanges/huobi/huobi_types.go @@ -110,7 +110,7 @@ type Symbol struct { type Account struct { ID int64 `json:"id"` Type string `json:"type"` - State string `json:"working"` + State string `json:"state"` UserID int64 `json:"user-id"` }