hey grazcoin. are you able to provide a simple JSON with last x trades of each coin on the distributed exchange? i want to show the data on cryptocoincharts.info
this data is good but its missing one info. the timestamp of the trade. are you able to provide this? otherwise i have to check the blockchain for each transaction and get the time. very complicated
The timestamp of each tx is is already provided inside the json in the field "tx_time". E.g. for https://masterchain.info/general/GRZ_accept_0001.json the timestamp of the last tx: "tx_time": "1398345496000" which is 24 Apr 15:18 (my time zone).