Built-in CachingLRU memory cache with TTL, stale-while-revalidate, hit/miss stats, and an optional Redis adapter for distributed setups.
Request Auto-BatchingConsecutive individual requests are queued and coalesced into a single network batch call automatically, drastically saving your rate limits.
Batch & PaginationFetch up to 50 IDs in one request with automatic chunking. Auto-paginate with a built-in async iterator.