TokenHub
仪表盘
交易
订单
流水
{{ user.username }}
{{ user?.username ? '退出' : '登录' }}
D-Token
T-Token
订单簿
价格
数量
单数
{{ ask.price }}
{{ formatQty(ask.quantity) }}
{{ ask.order_count }}
差价:
{{ spread }}
{{ bid.price }}
{{ formatQty(bid.quantity) }}
{{ bid.order_count }}
暂无挂单
最新成交
价格
数量
时间
{{ t.price }}
{{ t.quantity }}
{{ formatShortTime(t.created_at) }}
暂无成交
挂单
买入
卖出
单价
数量
总计: {{ orderPrice * orderQuantity }}
{{ orderLoading ? '提交中...' : (orderType==='buy' ? '买入 ' : '卖出 ') + tokenType }}
{{ orderError }}
{{ orderSuccess }}