Wove · Rate Limits

Wove Rate Limits

Rate limits for the Wove External API, documented in the published OpenAPI description at api.wove.com/api/docs. Limits are configured per OAuth client; the defaults below apply unless a higher limit is configured for the client. Six X-RateLimit-* response headers signal both the per-minute and daily windows, and a dedicated /test/rate-limit-status endpoint reports current standing without consuming meaningful quota.

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

It captures 2 rate-limit definitions, measuring requests_per_minute and requests_per_day.

The profile also includes response codes documented for throttled.

Tagged areas include Rate Limiting, Logistics, and Trade Compliance.

2 Limits Throttle: 429
Rate LimitingLogisticsTrade Compliance

Limits

Per-minute limit (default, per OAuth client) oauth-client
requests_per_minute · minute
60
Configurable per client; default 60 requests/minute.
Daily limit (default, per OAuth client) oauth-client
requests_per_day · day
10000
Configurable per client; default 10,000 requests/day.

Sources