Magidoc

RateLimit
Object

Represents the client's rate limit.

Fields

#

cost

Non-null

The point cost for the current query counting against the rate limit.

limit

Non-null

The maximum number of points the client is permitted to consume in a 60 minute window.

nodeCount

Non-null

The maximum number of nodes this query may return

remaining

Non-null

The number of points remaining in the current rate limit window.

resetAt

Non-null

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

used

Non-null

The number of points used in the current rate limit window.

Usages

#

References

#