Skip to content

Commit

Permalink
Added OtherBorrowAmount to restClient.V5Api.Account.GetCollateralInfo…
Browse files Browse the repository at this point in the history
…Async response model
  • Loading branch information
JKorf committed Nov 4, 2024
1 parent 0745bdd commit 2eb7477
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ByBit.Net/Objects/Models/V5/BybitCollateralInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ public record BybitCollateralInfo
[JsonProperty("borrowAmount")]
public decimal BorrowAmount { get; set; }
/// <summary>
/// The sum of borrowing amount for other accounts under the same main account
/// </summary>
[JsonProperty("otherBorrowAmount")]
public decimal OtherBorrowAmount { get; set; }
/// <summary>
/// Available to borrow
/// </summary>
[JsonProperty("availableToBorrow")]
Expand Down

0 comments on commit 2eb7477

Please sign in to comment.