Hi,
I'm trying to pull market orders periodically and want to set the minimum period to the cache time. I know it is 300 s and see where you pull it from the headers. At the application level is there a way to retrieve the cache expiration time or cache duration?
I'm following your examples at Read the Docs, I'd like to get caching data for:
sell_items = region().marketSellOrders(type=item)
Thanks!