Exchange

BTC/USDT
Last price: {{lastPrice}} USDT
  • 24H High: {{day.high}} USDT
  • 24H Low: {{day.low}} USDT
  • 24H Change: {{day.change}}%
  • 24H Volume: {{day.volume}} BTC
Currency pair Buy Sell Changes
{{pair}} {{data.buy}} {{data.sell}} {{data.change}}%
Buy, BTC
Amount
BTC
Price
USDT
Total
USDT
Balance
USDT
Amount
BTC
Balance
USDT
Sell, BTC
Amount
BTC
Price
USDT
Total
USDT
Balance
BTC
Amount
BTC
Balance
BTC
Date Type Price Amount  
Nothing to display
{{moment(order.date*1000).utcOffset(0).format('DD.MM HH:mm')}} {{ucfirst(order.type)}} {{order.price.toFixed(points[1])}} {{order.amount.toFixed(points[0])}} Cancel
Date Type Status Price Filled amount Total amount
Nothing to display
{{moment(order.date*1000).utcOffset(0).format('DD.MM HH:mm')}} {{ucfirst(order.type)}} {{ucfirst(order.status)}} {{order.price.toFixed(points[1])}} {{(order.total_amount - order.amount).toFixed(points[0])}} {{order.total_amount.toFixed(points[0])}}
Date Type Amount Price Total
Nothing to display
{{moment(trade.date*1000).utcOffset(0).format('DD.MM HH:mm')}} {{ucfirst(trade.type)}} {{trade.amount.toFixed(points[0])}} {{trade.price.toFixed(points[1])}} {{(trade.price * trade.amount).toFixed(points[1])}}

Sell orders

Volume: {{currentVolume.sell}} BTC
Price BTC USDT
{{order.price.toFixed(points[1])}} {{order.amount.toFixed(points[0])}} {{(order.amount * order.price).toFixed(points[1])}}

Buy orders

Volume: {{currentVolume.buy}} USDT
Price BTC USDT
{{order.price.toFixed(points[1])}} {{order.amount.toFixed(points[0])}} {{(order.amount * order.price).toFixed(points[1])}}

Trade history

Date Type Price Amount Total
{{moment(trade.date*1000).utcOffset(0).format('DD.MM HH:mm')}} {{ucfirst(trade.type)}} {{trade.price.toFixed(points[1])}} {{trade.amount.toFixed(points[0])}} {{(trade.amount * trade.price).toFixed(points[1])}}