first of all. good job getting the site backup and running (didn't realize that Nejc Kodric runs Bitstamp)
i've noticed an issues with the Transactions API call (
https://www.bitstamp.net/api/transactions/?time=hour)
sometimes a call returns transactions that are older than those in a previous call.
today with this call, i first received:
[{"date": "1420896736", "tid": 7102104, "price": "274.11", "amount": "2.00000000"}, ...]
and in a next call, i received:
[{"date": "1420896324", "tid": 7101926, "price": "276.06", "amount": "4.49916597"}, ...]
i left out irrelevant parts of the lists (with "...").
but clearly date 1420896324 is supposed to come before 1420896736
(i'm not sure whether this is the right place to report this issue)
There seems to be some real issues with transactions at the moment. We are seeing subsequent pulls give us different versions of history. For example, I pull the history once and get a large set of trades, then I pull again and I'm missing just two trades from somewhere in the middle of the set. A third pull and the trades are back again. I'm opening a ticket but I think Bitstamp should look at this ASAP.