If you are re-opening the HZxChange then I would like to point out that since some brief discussions with you last time I have started a simple site
http://hzcharts.coin.emergate.net that summarizes assets on the HZ blockchain in realtime.
It has a simple api, for example:
to get a ticker for The HZxBTC asset:
http://hzcharts.coin.emergate.net/?api1=asset&id=5695508852370099719...
The vital data being the last price (in HZ) and 24 hour volume.
So using this api it is now possible to submit HZ assets to websites like coinmarketcap.com using their submission form.
And I'm thinking it may make sense to list all the HZxChange assets and currencies on coinmarketcap.com, once you are up and running.
...
Wow, great idea!
Especially to be able to list (some of) the assets at coinmarketcap ... can help to give the AE, and HZ more exposure.
Well done.
Three ideas:
* volume24h and volume30d, and perhaps volume90d or volume180d - because most asset trading markets are so much more sparse than centralized coin trading markets.
* I dimly remember that hzchronos had burned a portion of its asset shares. "Provably burned" should be possible to find out.
Perhaps then subtract that amount from the total amount, and deliver as one more data aspect,
perhaps "supply" versus "initial supply, or "unburned supply", or "remaining supply".
* coinmarketcap's request form allows to input:
"Please provide a URL that shows the publicly available supply of coins in real time.
These are coins that are not held by the creators or private investors."
That is easy to calculate: from the total quantity (or from the above),
subtract the asset shares that are still held by the issuer account, either privately, or in sell orders;
then you get to the amount of asset shares that are really out there in the world, because people bought them.
Especially that last point is important, because already in my
assetparser.py project I had noticed
that the "marketcap" (last trade price * total quantity) of some assets is gigantic, while
the "real marketcap" (last trade price * non-issuer-held-quantity) is really small, for most of them.
Good ideas?