d3p_rate-limit-calc
Calculate the wait time and optimal strategy for rate-limited API calls using remaining quota and reset time.
Instructions
Calculate wait time and strategy for rate-limited API calls based on remaining quota and reset time. Category: data | Cost: 3 sats | Endpoint: rate-limit-calc Parameters (pass as JSON string): remaining (integer): Remaining API calls in current window reset_time (number): Unix timestamp when rate limit resets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |