v0/endpoints/{id}/method-rate-limits REST API Endpoint
Path Parameters
id
string
REQUIRED
The unique identifier for the specific endpoint
Returns
data
object
The data object which contains the following fields:
rate_limiters
array
An array of rate limiter configurations
id
string
A unique identifier for the rate limiter
interval
string
The time interval for the rate limit
methods
array
A list of method names to which the rate limiter applies
rate
integer
The number of allowed requests within the specified interval
status
string
The current status of the rate limiter
created
string
The timestamp when the rate limiter was created in second
error
string
A field containing an error message if any issue occurs
Request
1curl -X 'GET' \2'https://api.quicknode.com/v0/endpoints/{id}/method-rate-limits' \3-H 'accept: application/json' \4-H 'x-api-key: YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free