| ⭐ | 币种 | 交易所 | 质押率 | 现货价 | 现货差价 | 合约价 | 持仓量 | 交易量 | 合约差价 | 基差 | 日费率 | 借款日利率 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ group.symbol }}
|
{{ row.exchange_label || (row.exchange === 'BYBIT' ? 'BY' : row.exchange === 'BINANCE' ? 'BN' : row.exchange === 'OKX' ? 'OK' : row.exchange === 'BITGET' ? 'BG' : 'GT') }} | {{ formatCollateralRatio(row.collateral_ratio) }} -- |
{{ formatPrice(row.spot_price) }} -- |
{{ group.spot_diff.percent >= 0 ? '+' : '' }}{{ group.spot_diff.percent.toFixed(2) }}%
--
${{ formatPrice(group.spot_diff.diff) }} |
{{ formatPrice(row.contract_price) }} -- |
{{ formatUsdtAmount(row.contract_open_interest) }} -- |
{{ formatUsdtAmount(row.contract_volume_24h) }} -- |
{{ group.contract_diff.percent >= 0 ? '+' : '' }}{{ group.contract_diff.percent.toFixed(2) }}%
--
${{ formatPrice(group.contract_diff.diff) }} |
{{ formatPercent(row.basis_percent) }}% --${{ formatPrice(row.basis) }} |
{{ formatDailyRate(row.daily_rate) }}% -- |
{{ formatBorrowRate(row.borrow_rate) }}% -- |
|
| 加载中... | ||||||||||||