diff --git a/v5_asset_service.go b/v5_asset_service.go index ae67538..577d2fd 100644 --- a/v5_asset_service.go +++ b/v5_asset_service.go @@ -1,8 +1,9 @@ package bybit import ( - "github.com/google/go-querystring/query" "strings" + + "github.com/google/go-querystring/query" ) // V5AssetServiceI : @@ -374,7 +375,7 @@ type V5GetAllCoinsBalanceResponse struct { // V5GetAllCoinsBalanceResult : type V5GetAllCoinsBalanceResult struct { MemberId string `json:"memberId"` - AccountType string `json:"accountType"` + AccountType AccountType `json:"accountType"` Balance []*V5GetAllCoinsBalanceBalance `json:"balance"` }