Spot Market Reference
S
BTC / USDT
Bybit Spot
${{ formatPrice(spot.lastPrice) }}
24h Change
{{ spot.change24h > 0 ? '+' : '' }}{{ spot.change24h }}%
BTC Inverse Markets
พบ {{ futureList.length }} สัญญา Inverse{{ item.symbol }}
Inverse Perpetual
Inverse Delivery
Funding Rate : {{ (item.fundingRate * 100).toFixed(4) }}%
{{ formatPrice(item.lastPrice) }}
{{ item.symbol }} vs Spot
{{ spot ? (item.lastPrice - spot.lastPrice).toFixed(2) : '0.00' }}
{{ spot ? (((item.lastPrice - spot.lastPrice) / spot.lastPrice) * 100).toFixed(3) : '0.000' }}%
{{ item.symbol }} vs Perpetual
{{ (item.lastPrice - getPerpPrice()).toFixed(2) }}
{{ (((item.lastPrice - getPerpPrice()) / getPerpPrice()) * 100).toFixed(3) }}%