Built-in CachingShips with an in-memory LRU cache and an optional Redis adapter for distributed setups.
Rate Limit AwareAutomatically handles HTTP 429 errors with configurable retries, delays, and network error robustness.
Request DeduplicationIdentical concurrent API requests are coalesced into a single network call automatically.
Batch QueriesFetch multiple IDs simultaneously in a single chunked GraphQL call to save network roundtrips.