Documentation Index
Fetch the complete documentation index at: https://docs.binibit.com/llms.txt
Use this file to discover all available pages before exploring further.
Default quotas
| Tier | Scope | Limit |
|---|---|---|
| Public | All Spot Market API endpoints | 60 requests / minute / IP |
| Burst | All public | 10 requests / second / IP |
429.
Response headers
Every successful response includes:| Header | Meaning |
|---|---|
X-RateLimit-Limit | Quota for the current window (e.g. 60). |
X-RateLimit-Remaining | Requests left in the current window. |
X-RateLimit-Reset | Unix timestamp (ms) when the window resets. |
When you exceed the limit
Retry-After header tells you how many seconds to wait before retrying.
Best practices
Cache aggressively
/tickers is updated every few seconds. Cache for at least 5 seconds on your side instead of polling continuously.Elevated limits
Aggregators, market makers, and high-volume consumers can request:- Higher per-IP quotas
- Static IP whitelisting (no rate limit)
- Dedicated read replicas
- Use case description
- Estimated request volume
- Source IP range or CIDR
