0b01 / tectonicdb

Database for L2 orderbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kccheung opened this issue · 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?