Platform API
The Platform API (organization + user endpoints) currently has no fixed request-rate limit. Reasonable integration traffic — including bulk account provisioning — needs no throttling on your side.Fair use applies: if a runaway integration ever degrades service we may
contact you or introduce limits, announced in advance via the changelog.
Design for it cheaply by respecting
Idempotency-Key on writes and backing
off on ENGINE_UNREACHABLE / IDEMPOTENCY_KEY_IN_PROGRESS — see
Idempotency.Trade API
The trade engine rate-limits per account, per action category using token buckets: each category has a burst capacity and a steady refill rate. Short bursts up to the capacity are fine; sustained throughput is the refill rate.
Exceeding a bucket returns 429 with code
RATE_LIMITED and full retry
guidance in the body:
rate_limit.retry_after seconds and retrying —
that value is exact, not an estimate. The same rate_limit block also
rides along on successful responses so you can pace proactively.