Skip to content

Commit

Permalink
Added WithdrawInternalMin to restClient.SpotApi.Account.GetUserAssets…
Browse files Browse the repository at this point in the history
…Async response model
  • Loading branch information
JKorf committed Nov 25, 2024
1 parent d03a9ed commit 7de6458
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Binance.Net/Binance.Net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19051,6 +19051,11 @@
Whether the network is busy
</summary>
</member>
<member name="P:Binance.Net.Objects.Models.Spot.BinanceNetwork.WithdrawInternalMin">
<summary>
Min withdraw quantity for internal withdrawals
</summary>
</member>
<member name="T:Binance.Net.Objects.Models.Spot.BinanceUserBalance">
<summary>
User balance
Expand Down
5 changes: 5 additions & 0 deletions Binance.Net/Objects/Models/Spot/BinanceUserAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,10 @@ public record BinanceNetwork
/// </summary>
[JsonPropertyName("busy")]
public bool Busy { get; set; }
/// <summary>
/// Min withdraw quantity for internal withdrawals
/// </summary>
[JsonPropertyName("withdrawInternalMin")]
public decimal WithdrawInternalMin { get; set; }
}
}

0 comments on commit 7de6458

Please sign in to comment.