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)