Fix getbalance + fix get orders for bot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Managing.Domain.Trades;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Managing.Infrastructure.Evm.Models.Proxy;
|
||||
|
||||
public class GetGmxTradesResponse : Web3ProxyBaseResponse
|
||||
{
|
||||
[JsonProperty("trades")]
|
||||
public List<Trade> Trades { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user