To maintain system performance and ensure fair usage for all clients, the following rate limits per minute apply to the Plum APIs:Documentation Index
Fetch the complete documentation index at: https://help-plum.xoxoday.com/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limits for each API (Per Minute)
- getOrderDetailsAPI: 200 requests
- getVouchersAPI: 50 requests
- getBalanceAPI: 10 requests
- placeOrderAPI: 100 requests
- getOrderHistoryAPI: 200 requests
- getFiltersAPI: 50 requests
Recommendations
- Spread out API calls to avoid hitting the per-minute threshold.
- Cache responses for static or slow-changing data such as vouchers and filters.
- Use retries with exponential backoff, respecting the penaltySeconds value before retrying.

