{{ cryptoData?.currentPrice || "Loading..." }}
{{ cryptoData?.currentPrice || "--" }}
Index Price
{{ cryptoData?.targetPrice || "--" }}
24H Change
{{ cryptoData?.priceChange24h || "--" }}
24H Volume (USD)
{{ cryptoData?.volume24h || "--" }}
Open Interest (BTC)
--
Profit APY
5.23% bolt
| Price (USD) | Size ({{ ticker }}) | Total ({{ ticker }}) |
|---|---|---|
| {{ item.price.toFixed(2) }} | {{ item.size.toFixed(2) }} | {{ item.total.toFixed(2) }} |
{{ formatMoney(orderBook.mid) }}
{{ formatMoney(orderBook.mid) }}
| Price (USD) | Size ({{ ticker }}) | Total ({{ ticker }}) |
|---|---|---|
| {{ item.price.toFixed(2) }} | {{ item.size.toFixed(2) }} | {{ item.total.toFixed(2) }} |