tectonicdb icon indicating copy to clipboard operation
tectonicdb copied to clipboard

What should be the proper way to store a orderbook snapshot using python bindings?

Open kccheung opened this issue 4 years ago • 0 comments

I am thinking of using this to store a crypto pair orderbook snapshot on binance via its websocket data API (specifically this). There is one which allows us to fetch a snapshot (not delta changes) at a instant. I have the question as titled. In addition, how to fetch the snapshot afterwards after storing it?

kccheung avatar Feb 18 '20 14:02 kccheung