What is depth cache manager?

The DepthCacheManager returns an Asynchronous Context Manager which can be used with async for or by interacting with the __aenter__ and __aexit__ functions . By default the depth cache will fetch the order book via REST request every 30 minutes. This duration can be changed by using the refresh_interval parameter.

Read more