Documentation Index
Fetch the complete documentation index at: https://docs.teqoin.io/llms.txt
Use this file to discover all available pages before exploring further.
Rate limits
Public blockchain infrastructure should always be treated as rate-limited, even when exact quotas are not published.Safe client behavior
Build your apps with:- Request retries with backoff
- Batched reads where possible
- Shared provider instances
- Circuit breakers around write-heavy workflows
What to monitor
Track:- Response latency
- HTTP error rate
- RPC error codes
- Stale block height