specification: API Commons Rate Limits specificationVersion: '0.1' schema: https://raw.githubusercontent.com/api-evangelist/interface-research/main/schema/api-commons.yml#/$defs/RateLimits provider: Web3Auth providerId: web3auth created: '2026-05-08' # Provenance stamped 2026-08-11: this artifact was written by the API Evangelist # bulk sweep dated 2026-05-08, not harvested from the provider. See roadmap#35. method: generated modified: '2026-05-08' reconciled: true tags: - Web3 - Wallets - Authentication - MPC - Embedded Wallets - Rate Limiting description: Web3Auth is primarily SDK-mediated; throttling is enforced at the Auth Network and dashboard API level. notes: Specific RPS not publicly documented. sources: - https://web3auth.io/docs/ responseCodes: throttled: 429 limits: - name: Default scope: client_id metric: requests_per_second limit: 10 notes: Default per-client throughput. policies: - name: Backoff Strategy description: Exponential backoff on 429. maintainers: - FN: Kin Lane email: kin@apievangelist.com