Sandbox caches API responses for frequently requested data. Cached responses are stored for 24 hours and served without additional charges to your wallet.Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
Cached responses do not incur wallet charges.
Controlling cache behavior
Use theX-Accept-Cache header to control whether you want cached or fresh data:
Controls cache behavior for the request:
trueā Return cached response if availablefalseā Bypass cache and fetch fresh data from origin
Cache status header
TheX-Cache response header indicates the caching status:
| X-Cache value | Description |
|---|---|
Hit from Cloudfront | Response served from cache |
Miss from Cloudfront | Fresh response, now cached for future requests |
Error from Cloudfront | Non-2XX response, not cached |