@ -55,7 +55,7 @@ namespace Binance.TradeRobot.API.Controllers
/// <param name="tradePolicy"></param>
/// <param name="exchangeId"></param>
/// <returns></returns>
[HttpGet("{tradePolicy}")]
[HttpGet("{tradePolicy}/{exchangeId}")]
public IList<ExchangeAccountResponse> GetNoUsedExchangeAccountList([FromRoute] Enums.TradePolicy tradePolicy, [FromRoute] Enums.Exchange exchangeId)
{
return exchangeBusiness.GetNoUsedExchangeAccountList(tradePolicy, exchangeId);
@ -109,6 +109,16 @@
信号周期 1m=0,3m=1,5m=2,15m=3,30m=4,1h=5,2h=6,4h=7,6h=8,8h=9,12h=10,1d=11,3d=12,1w=13,1M=14
</summary>
</member>
<member name="P:Binance.TradeRobot.Model.Db.ExchangeAPIKey.AccountId">
<summary>
交易所账号UID
<member name="P:Binance.TradeRobot.Model.Db.ExchangeAPIKey.RobotId">
关联机器人Id
<member name="P:Binance.TradeRobot.Model.Db.LoanOrder.ExchangeId">
交易所Id
@ -494,6 +504,16 @@
逐仓杠杆USDT资产
<member name="P:Binance.TradeRobot.Model.Dto.ExchangeAPIKeyResponse.SpotMarginUSDT">
逐仓杠杆USDT
<member name="P:Binance.TradeRobot.Model.Dto.ExchangeAPIKeyResponse.RobotSymbol">
关联机器人的交易对
<member name="P:Binance.TradeRobot.Model.Dto.RobotResponse.RunningTime">
运行时长(s)