Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
REST Specific Limits
Every REST API user has a “call counter” which starts at0. Ledger/trade history calls increase the counter by 2. All other API calls increase this counter by 1 (except AddOrder, CancelOrder which operate on a different limiter detailed further below).
| Tier | Max API Counter | API Counter Decay |
|---|---|---|
| Starter | 15 | -0.33/sec |
| Intermediate | 20 | -0.5/sec |
| Pro | 20 | -1/sec |
Master accounts and subaccounts share the same default trading rate limits as determined by the master account’s tier.
Matching engine limits
In addition to the REST-specific limits, the trading engine has its own limits applicable to all protocols. See Trading engine limits and Derivatives rate limits.Errors
- “EAPI:Rate limit exceeded” if the REST API counter exceeds the user’s maximum.
- “EService: Throttled: [UNIX timestamp]” if there are too many concurrent requests. Try again after [timestamp].