> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onchainsuite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limits

> Plan integrations so they remain reliable under load and respect platform limits.

## Guidance

* Batch work where possible.
* Back off and retry on limit responses.
* Avoid bursty client-side traffic.
* Keep ingestion and background jobs idempotent.
* Prefer steady server-side delivery over spiky browser-driven request patterns.
