Fragment Dev Rate Limits
Fragment does not publish specific numeric rate limits on its public docs. As a region-scoped GraphQL API used for money movement, callers should expect per-account throttling and should design for idempotent retries: every write mutation carries an idempotency key (ik), so a retried request after a throttle or timeout will not double-post. Specific per-account limits are set by Fragment and are not reconciled in this artifact.
Fragment Dev Rate Limits is the machine-readable rate-limit profile for Fragment on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests and concurrent_writes.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Ledger, GraphQL, Rate Limiting, Quotas, and Throttling.