Hello, Great job with CoinChoose. I find it extremely useful.
Can I make one suggestion/request? When doing a history query, for the coins that are on multiple markets it's not always super simple to determine if the record is using the LTC or the BTC market. Would it be difficult for you to add an exchange type field in the record (i.e., a field with either BTC or LTC)?
Thanks,
Sure - do you mean the json.php request?
Yes, the json.php request. Thank You !!!
As an example of why this would be beneficial....here are two histories for BQC during the last hour:
{"currency":"BQC","profitability":"234.08428870675","time":"2013-08-13 13:10:02","price":"0.000025003333333333"}
{"currency":"BQC","profitability":"97.422862240985","time":"2013-08-13 13:10:02","price":"0.000914"},
both have the same time, and one is for the BTC market and the other for the LTC market. Obviously one could tell from the price which is which. But sometimes there are no trades on one of the markets during a period and then you only have one BQC record for that period. So instead of writing my own code to figure out which market the trade occurred on, it would be great if that field was already in the record.
Thanks again for your great site!