Expand description
Rate limiting implementation for Deribit HTTP client
This module provides automatic rate limiting to comply with Deribit API limits. It implements a token bucket algorithm with different limits for different endpoint categories.
Structs§
- Rate
Limiter - Rate limiter for different endpoint categories
Enums§
- Rate
Limit Category - Categories of rate limits based on Deribit API documentation
Functions§
- categorize_
endpoint - Helper function to categorize endpoints