Performance & Optimization
Learn how to optimize your API usage for best performance and cost-efficiency.Response Times
Average response times:- 20-100ms for most endpoints
- Cached responses are faster
Data Retention
- 15 days for detailed transaction data
- Older data may be archived or unavailable
Caching Strategies
The API provides automatic caching:- Wallet signatures: 5-minute in-memory cache
- Transaction details: 5-minute in-memory cache
- Enhanced metadata: 48-hour Redis cache (automatic)
Time Window Constraints
- Wallet signatures: 7-day maximum lookback enforced
- Requests outside this window will be rejected
RPC Optimization
- Use
hint_signatureparameter for efficient wallet signature fetching - Batch related requests together
- Use appropriate
slot_rangevalues (larger ranges = more data)
Pagination Best Practices
- Use
limit=100for active markets with high transaction volume - Implement cursor-based pagination with
beforeparameter - Check
has_moreflag to determine if additional pages exist
Detailed performance guides coming soon! Including profiling, batching strategies, and advanced optimization techniques.