{{TOKEN}}: ${{toFixed((dexapi.markets ? dexapi.markets.hive.tick : 0) * hiveprice.hive.usd, 6)}}

{{TOKEN}}: ${{toFixed((dexapi ? dexapi.markets.hbd.tick : 0 )* hbdprice.hive_dollar.usd, 6)}}

HIVE: ${{hiveprice.hive.usd}}

HBD: ${{hbdprice.hive_dollar.usd}}

HIVE: ${{hiveprice.hive.usd}}

HBD: ${{hbdprice.hive_dollar.usd}}

Market
24h Volume
{{volume.hive}}
{{toFixed(volume.hive * hiveprice.hive.usd, 2)}}
24h Volume
{{volume.hbd}}
{{toFixed(volume.hbd * hbdprice.hive_dollar.usd, 2)}}
Bid
{{hivebuys[0] ? hivebuys[0].rate : 0}}
{{toFixed((hivebuys[0] ? hivebuys[0].rate : 0 ) * hiveprice.hive.usd, 6)}}
Ask
{{hivesells[0] ? hivesells[0].rate : 0}}
{{toFixed((hivesells[0] ? hivesells[0].rate : 0 ) * hiveprice.hive.usd, 6)}}
Last
{{dexapi.markets ? dexapi.markets.hive.tick : 0}}
{{toFixed((dexapi.markets ? dexapi.markets.hive.tick : 0 ) * hiveprice.hive.usd, 6)}}
24h Volume
{{volume.hive}}
{{toFixed(volume.hive * hiveprice.hive.usd, 2)}}
Bid
{{hbdbuys[0] ? hbdbuys[0].rate : 0}}
{{toFixed((hbdbuys[0] ? hbdbuys[0].rate : 0 ) * hbdprice.hive_dollar.usd, 6)}}
Ask
{{hbdsells[0] ? hbdsells[0].rate : 0}}
{{toFixed((hbdsells[0] ? hbdsells[0].rate : 0 ) * hbdprice.hive_dollar.usd, 6)}}
Last
{{dexapi.markets ? dexapi.markets.hive.tick : 0}}
{{toFixed((dexapi.markets ? dexapi.markets.hive.tick : 0 ) * hbdprice.hive_dollar.usd, 6)}}
24h Volume
{{volume.hbd}}
{{toFixed(volume.hbd * hbdprice.hive_dollar.usd, 2)}}
No open orders
BLOCK
{{TOKEN}}
HIVE/HBD
FILLED
RATE
TYPE
 
{{order.block}} {{formatNumber(order.amount/1000,3,'.',',')}} {{order.nai}} {{formatNumber(order.percentFilled,3,'.',',')}}% {{formatNumber(order.rate,6,'.',',')}} {{toUpperCase(order.type)}}

Buy {{TOKEN}}

Quantity
{{TOKEN}}
Minimum quantity is {{minbuy}}
Price
HIVE HBD /{{TOKEN}}
Minimum price is 0.000001
Total
HIVE
Your balance is {{barhive}} - minimum: {{minbuy}} - max: {{parseFloat(barhive) < parseFloat(maxhbuy) ? toFixed(parseFloat(barhive),3) : maxhbuy}}{{parseFloat(barhive) < parseFloat(maxhbuy) ? '' : '(Liquidity)' }}
Total
HBD
Your balance is {{barhbd}} - minimum: {{minbuy}} - max: {{parseFloat(barhbd) < parseFloat(maxdbuy) ? toFixed(parseFloat(barhbd),3) : maxdbuy}}{{parseFloat(barhbd) < parseFloat(maxdbuy) ? '' : '(Liquidity)' }}
Expiration
HOURS
Expiration must be between 1 and 720 hours

Sell {{TOKEN}}

Order Type
Quantity
{{TOKEN}}
Your balance is {{(accountapi.balance/1000)}} - minimum quantity is {{minsell}}
Price
HIVEHBD/{{TOKEN}}
Minimum price is 0.000001
Total
HIVE
Minimum total is 0.001 - increase the Price or use Market Type.
Total
HBD
Minimum total is 0.001 - increase the Price or use Market Type.
Expiration
HOURS
Expiration must be between 1 and 720 hours

Buy Orders

TOTAL HIVE
HIVE
{{TOKEN}}
BID
{{formatNumber(item.total/1000,3,'.',',')}} {{formatNumber(item.hive/1000,3,'.',',')}} {{formatNumber(item.amount/1000,3,'.',',')}} {{formatNumber(item.rate,6,'.',',')}}

Sell Orders

ASK
{{TOKEN}}
HIVE
TOTAL HIVE
{{formatNumber(item.rate,6,'.',',')}} {{formatNumber(item.amount/1000,3,'.',',')}} {{formatNumber(item.hive/1000,3,'.',',')}} {{formatNumber(item.total/1000,3,'.',',')}}

Trade History

PRICE QTY TIME
{{formatNumber(item.price,6,'.',',')}} {{formatNumber(item.target_volume,3,'.',',')}} {{trade_date(item.trade_timestamp)}}

Buy Orders

TOTAL HBD
HBD
{{TOKEN}}
BID
{{formatNumber(item.total/1000,3,'.',',')}} {{formatNumber(item.hbd/1000,3,'.',',')}} {{formatNumber(item.amount/1000,3,'.',',')}} {{formatNumber(item.rate,6,'.',',')}}

Sell Orders

ASK
{{TOKEN}}
HBD
TOTAL HBD
{{formatNumber(item.rate,6,'.',',')}} {{formatNumber(item.amount/1000,3,'.',',')}} {{formatNumber(item.hbd/1000,3,'.',',')}} {{formatNumber(item.total/1000,3,'.',',')}}

Trade History

PRICE QTY TIME
{{formatNumber(item.price,6,'.',',')}} {{formatNumber(item.target_volume,3,'.',',')}} {{new Date(item.trade_timestamp).toLocaleTimeString()}}