Binance Rate Limits
Binance applies a weight-based rate limit model rather than a flat per-second cap. Each REST endpoint carries a weight; the sum of weights consumed in a rolling window must stay below the per-IP and per-account ceilings exposed by /api/v3/exchangeInfo. Limits are enforced primarily on the source IP for REST traffic and on the account/key for order submission. Exceeding limits returns HTTP 429; repeat violations escalate to HTTP 418 IP bans (2 minutes up to 3 days). Limits are higher for VIP accounts but the documented ceilings are the floor that all clients should plan against.
Binance Rate Limits is the machine-readable rate-limit profile for Binance on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring varies, requests_per_minute, and concurrent_requests.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, ipBanned, and serviceUnavailable.
Tagged areas include Cryptocurrency, Exchange, Trading, Market Data, and Rate Limiting.