Help contribute to further development by supporting the HoneyComb Improvement Proposal
{{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}}
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}}
Sell {{TOKEN}}
Buy Orders
TOTAL HIVE |
HIVE
|
{{TOKEN}} |
BID
|
---|---|---|---|
{{formatNumber(item.total/1000,3,'.',',')}} | {{formatNumber(item.hive/1000,3,'.',',')}} | {{formatNumber(item.amount/1000,3,'.',',')}} | balance ? balance : item.at/1000);suggestValue('sellHiveTotal', item.at > balance ? (balance/item.total)/1000 : item.total/1000 )">{{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,'.',',')}} | balance ? balance : item.at/1000);suggestValue('sellHbdTotal', item.at > balance ? (balance/item.total)/1000 : item.total/1000 )">{{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()}} |