From 164f27a06d53011e0124eaf846e7c330403919b5 Mon Sep 17 00:00:00 2001 From: Sagleft Date: Mon, 10 Jul 2023 03:39:57 +0300 Subject: [PATCH] add `free` & `locked` v5 balance (#135) --- v5_account_service.go | 2 ++ 1 file changed, 2 insertions(+) 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"` }