Skip to main content

DYDX_REST_QUOTA

Static DYDX_REST_QUOTA 

Source
pub static DYDX_REST_QUOTA: LazyLock<Quota>
Expand description

Default dYdX Indexer REST API rate limit.

The dYdX Indexer API rate limit is 100 requests per 10 seconds per IP. We use 9 req/s (vs the exact 10) to avoid edge-case 429s from GCRA vs server sliding-window misalignment at the boundary.