D-Token 余额
{{ dtoken?.balance || 0 }}
T-Token 余额
{{ ttoken?.balance || 0 }}
{{ apiKey }}
| 类型 | 单价 | 数量 | 我的角色 | 时间 |
|---|---|---|---|---|
| {{ t.token_type }} | {{ t.price }} | {{ t.quantity }} | {{ t.my_role === 'buyer' ? '买方' : '卖方' }} | {{ formatTime(t.created_at) }} |