namespace Binance.TradeRobot.Model.Dto
{
public class ExchangeAPIKeyResponse : Db.ExchangeAPIKey
public decimal SpotMarginUSDT { get; set; }
public string RobotSymbol { get; set; }
}