diff --git a/v5_account_service.go b/v5_account_service.go index b20d36f..11ce954 100644 --- a/v5_account_service.go +++ b/v5_account_service.go @@ -44,6 +44,8 @@ type V5WalletBalanceCoin struct { TotalPositionIM string `json:"totalPositionIM"` WalletBalance string `json:"walletBalance"` CumRealisedPnl string `json:"cumRealisedPnl"` + Free string `json:"free"` + Locked string `json:"locked"` Coin Coin `json:"coin"` }