You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we really only care about the current state here, historical is nice, but not necessary (unless you want to build a trading strategy with simulation capacity).
So we need a data structure and some mechanism to account for last update etc. Likely joined / keyed to a market and then in theory we can monitor any and all markets.
You can do the same thing for swaps and liquidity for monitoring price and various other things.
My idea would be a jsonb with some information like slot updated, date updated, market id etc.
Openbookv2 Order Books
Liquidity in markets (base / quote)
The text was updated successfully, but these errors were encountered:
So we really only care about the current state here, historical is nice, but not necessary (unless you want to build a trading strategy with simulation capacity).
So we need a data structure and some mechanism to account for last update etc. Likely joined / keyed to a market and then in theory we can monitor any and all markets.
You can do the same thing for swaps and liquidity for monitoring price and various other things.
My idea would be a jsonb with some information like slot updated, date updated, market id etc.
The text was updated successfully, but these errors were encountered: