diff --git a/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs b/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs index 36f2e32..14e6663 100644 --- a/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs +++ b/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs @@ -6,7 +6,7 @@ namespace Binance.API.Csharp.Client.Models.Account public class WithdrawHistory { [JsonProperty("withdrawList")] - public IEnumerable WithdrawList { get; set; } + public IEnumerable WithdrawList { get; set; } [JsonProperty("success")] public bool Success { get; set; } }