prepare("SELECT * FROM assets WHERE account_id = ? AND balance > 0"); $stmt->execute([$account['id']]); $assets = $stmt->fetchAll(); include 'header.php'; ?>

UID:
信用分
实名认证
注册时间
安全退出
账户总余额 (估算)

$ USDT

我的资产
币种 可用余额 冻结金额 操作
USDT
0.00 交易
交易
最近充提
查看全部
prepare("SELECT * FROM transactions WHERE account_id = ? ORDER BY timestamp DESC LIMIT 5"); $stmt->execute([$account['id']]); $txs = $stmt->fetchAll(); if (empty($txs)): ?>
暂无记录