limit & cursors
Kline routes expose limit; news lists use page/size. Batch to documented maximums.
Glossary
History backfills must be fast without tripping rate limits — pagination and concurrency matter.
Kline routes expose limit; news lists use page/size. Batch to documented maximums.
Token-bucket outbound requests; on 429 read Retry-After and backoff with jitter.
Persist last successful timestamp so jobs resume without duplicate writes.
High page concurrency triggers 429; queue with jitter and keep per-page request ids.
Historical klines are market-specific; read the matching /docs/api/* tables first.