Skip to main content

Get rate limit status

GET 

/v1/rate_limit

Get rate limit status.

Responses

success response

Schema

    limit integer

    The maximum number of requests that you can make per period

    remaining integer

    The number of requests remaining in the current rate limit window

    used integer

    The number of requests you have made in the current rate limit window

    reset integer

    The time at which the current rate limit window resets, in UTC epoch seconds

Loading...