Order Book History

Hi, I was wondering if there’s any order book history (at any level) on the REST api or the only order book api info is the snapshot on Websocket. I think it’s the latter, but wanted to double check in case I missed something in the docs

Edit: I do see that you can also get the snapshot of an order book on the REST api (Get product book), but still not seeing any history

Hello @amelesko! Thank you for reaching out and joining our community! Unfortunately, you cannot get full order book history from REST APIs.

However, you can get the FULL order book TRADES from this endpoint: Get product trades, you will just have to paginate with start/end times. Hope this helps and welcome to the forum!

4 Likes