Binance.API.Csharp.Client
Binance.API.Csharp.Client copied to clipboard
Exception when converting 'Newtonsoft.Json.Linq.JObject' to 'Binance.API.Csharp.Client.Models.Account.NewOrder'
I'm getting this exception whenever i call the binanceclient.PostNewOrderTest()
Cannot implicitly convert type 'Newtonsoft.Json.Linq.JObject' to 'Binance.API.Csharp.Client.Models.Account.NewOrder'
Anybody encounter the issue?
Works OK for me, might help if you upload your code.