We need to implement basic rate-limiting features and max resource policy for clients. Configuration options: - [ ] ~Max requests per 5 seconds timespan (e.g., max 10 requests per any 5s timespan).~ - [x] Max requests per minute (e.g., no more than 30 requests per minute). - [x] Max requests per hour (e.g., up to 1000 requests per hour). - [ ] Max open orders - maximum number of outstanding orders on exchanges. - [ ] Withdrawal requests limit per day (for example, no more than 50 withdrawals within any 24h timespan).
We need to implement basic rate-limiting features and max resource policy for clients.
Configuration options:
Max requests per 5 seconds timespan (e.g., max 10 requests per any 5s timespan).