Ledgy · Rate Limits

Ledgy Rate Limits

The Ledgy GraphQL API enforces a documented rate limit of 20 requests every 5 seconds, scoped per company. All operations share this single transport endpoint (POST https://app.ledgy.com/graphql), so the limit applies across cap table, transaction, and portfolio queries collectively.

Ledgy Rate Limits is the machine-readable rate-limit profile for Ledgy on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 1 rate-limit definition, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Equity Management, Cap Table, ESOP, Stakeholders, and Rate Limiting.

1 Limits Throttle: 429
Equity ManagementCap TableESOPStakeholdersRate LimitingQuotasThrottling

Limits

Requests Per 5 Seconds company
requests
20
20 requests per rolling 5-second window, per company, across all GraphQL operations.

Policies

Per-Company Scope
The rate limit is applied per company (per API key), not per IP or per user.
Backoff Strategy
Clients should batch fields into fewer GraphQL documents and implement exponential backoff when the 5-second window is exceeded.

Sources