Search code examples
apibitcoincurrency-exchange-rates

Bitstamp old transactions


Am I getting it wrong or is it only possible to get the transactions of the last minute or the last hour from the bitstamp API? That is what the documentation says

TRANSACTIONS
GET https://www.bitstamp.net/api/transactions/
Params:
    time - time frame for transaction export ("minute" - 1 minute, "hour" - 1 hour). Default: hour.
Returns descending JSON list of transactions. Every transaction (dictionary) contains:
    date - unix timestamp date and time
    tid - transaction id
    price - BTC price
    amount - BTC amount

https://www.bitstamp.net/api/

I guess for a full list of trades I have to use another data provider like e.g. bitcoin charts?


Solution

  • Bitstamp really does not give the possibility to get older transactions, I think.

    I will get the whole history from http://bitcoincharts.com/ now...