Open dib542 opened 1 year ago
It appears that the token liquidity and user positions endpoints are no longer refetching the data in realtime.
Ensure that new data availability is detected via websockets and then new requests are sent out to fetch new data.
the tick liquidity part of this task will be fixed with:
The user position objects will update in real-time using the better derivation of user reserves in
It appears that the token liquidity and user positions endpoints are no longer refetching the data in realtime.
Ensure that new data availability is detected via websockets and then new requests are sent out to fetch new data.