Skip to content

Commit

Permalink
add free & locked v5 balance (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft authored Jul 10, 2023
1 parent 775b3d8 commit 164f27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v5_account_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 164f27a

Please sign in to comment.