#eskimo-ip-limit
1 messages · Page 1 of 1 (latest)
Hi there, there are rate limits in place for calling APIs with an account's secret key (100/sec), it is usually defined for the account, not necessarily bounded by the ip address. What are you trying to achieve?
Just a lot of apis have a way to restrict usage to certain ips
This way you don’t have to worry about a key accidentally finding it’s way into a git repo etc
Please never include a secret key in a git repo
There is no rate limit specific to ip addresses, you could include it within your implementation to control the usage.
If you would like to read more about rate limit please refer to https://stripe.com/docs/rate-limits