| ⭐ | 币种 | 交易所 | 现货价 | 合约价 | 基差 | 日费率 |
|---|---|---|---|---|---|---|
|
{{ group.symbol }}
|
{{ row.exchange === 'BYBIT' ? 'BY' : row.exchange === 'BINANCE' ? 'BN' : 'OK' }} |
{{ formatPrice(row.spot_price) }}
--
|
{{ formatPrice(row.contract_price) }}
--
|
{{ formatPercent(row.basis_percent) }}%
--
${{ formatPrice(row.basis) }}
|
{{ formatDailyRate(row.daily_rate) }}%
--
|
|
| 现货差价: {{ group.spot_diff.highEx }}>{{ group.spot_diff.lowEx }} {{ group.spot_diff.percent >= 0 ? '+' : '' }}{{ group.spot_diff.percent.toFixed(2) }}% {{ formatPrice(group.spot_diff.diff) }} -- 合约差价: {{ group.contract_diff.highEx }}>{{ group.contract_diff.lowEx }} {{ group.contract_diff.percent >= 0 ? '+' : '' }}{{ group.contract_diff.percent.toFixed(2) }}% {{ formatPrice(group.contract_diff.diff) }} -- | ||||||
| 加载中... | ||||||