REST polling
Periodic HTTP requests for snapshots. Simple but latency-bound by poll interval; easy to hit rate limits at high frequency.
Glossary
Channel choice affects latency, bandwidth and complexity — not just subscription price.
Periodic HTTP requests for snapshots. Simple but latency-bound by poll interval; easy to hit rate limits at high frequency.
Server pushes after a persistent connection. Great for dashboards and alerts — implement reconnect and heartbeats.
REST for bootstrap and history; WebSocket for live state. One TIQEX API key covers both.
REST polling burns RPM/daily caps; WS is constrained by subscriptions/messages. Budget channels separately.
Reconnect + Node guides; auth failures → /docs/auth.