| Endpoint class | Per second | Per minute |
|---|---|---|
read (all current endpoints) | 60 | 1,000 |
mutation (later phase) | 10 | 100 |
Handling 429
When you exceed the budget you getpartner_rate_limited
with HTTP 429 and a retry_after_seconds hint:
retry_after_seconds and retry the same request (reads are
idempotent and carry only the Bearer header, so you can simply resend). Prefer the
paginated GET /fleet over polling individual crew where you can — one fleet page
covers your whole vessel roster in a single call.