Rate limits
The API limits the number of requests you can make per minute. Rate limits apply to all endpoints and services across Gravv.
The rate limit is 10 requests per minute per API key. This applies to both sandbox and production environments. When you exceed the rate limit, you must wait until the next minute before making additional requests.
Handling rate limit errors
When you exceed a rate limit, Gravv returns a 429 Too many requests response:
{
"data": null,
"error": "Too many requests"
}Your application should wait before retrying the request.
Handling rate limit errors
When you exceed a rate limit, Gravv returns a 429 Too Many Requests response:
{
"data": null,
"error": "Too many request"
}Your application should wait before retrying the request.
Updated 22 days ago
