Binance Margin UI
已保存
已登录: {{ adminUser }}
{{ acctError }}
无数据
资产 可用 冻结 借入 利息
{{ asset }} {{ val.free }} {{ val.locked }} {{ val.borrowed }} {{ val.interest }}
Positions
{{ positionsError }}
No positions
Symbol Side Size Contracts Entry Leverage PnL
{{ val.symbol || val.ticker || '' }} {{ positionSide(val) }} {{ positionSize(val) }} {{ positionContracts(val) }} {{ val.entryPrice || val.entry_price || '' }} {{ positionLeverage(val) }} {{ val.unRealizedProfit || val.unrealizedProfit || '' }}
提交中...
{{ orderMsg }}
{{ orderError }}
未成交预约单
{{ ordersError }}
暂无未成交预约单
时间 交易对 方向 类型 价格 数量 状态 操作
{{ formatTime(o.time || o.transactTime || o.updateTime) }} {{ o.symbol }} {{ o.side }} {{ o.type }} {{ o.price }} {{ o.origQty }} {{ o.status }}
{{ hisError }}
无记录
时间 方向 价格 数量 成交额
{{ formatTime(t.time) }} {{ t.side || (t.isBuyer ? 'BUY' : 'SELL') }} {{ t.price }} {{ t.qty }} {{ t.quoteQty }}
账户管理
总资产≈{{ formatUsd(groupTotalCache.totalAssetUsd) }} USDT 总资产 --
{{ manageMsg }}
{{ manageError }}
暂无账户
名称 Short Lev Long Lev 账户组 已绑定策略 操作
{{ acc.name }} {{ acc.short_leverage ?? '-' }} {{ acc.long_leverage ?? '-' }} {{ acc.account_group || '-' }}
{{ generatedTokens[acc.unique_key] }}
策略管理
{{ manageMsg }}
{{ manageError }}
暂无策略
Short Lev Long Lev 唯一Key 描述 绑定账户数 操作
{{ st.configMap?.shortLeverage || '-' }} {{ st.configMap?.longLeverage || '-' }} {{ st.unique_key }} {{ st.description }} {{ (st.accountKeys && st.accountKeys.length) || 0 }}
{{ generatedTokens[st.unique_key] }}
新增/修改管理员
管理员列表
暂无管理员
用户名 创建时间 操作
{{ u.username }} {{ u.created_at }}