Limits
| Window | Limit |
|---|---|
| Per minute | 60 requests per wallet |
| Per day | 10,000 requests per wallet |
Exempt requests
The following are not counted against rate limits:GET /v2/statusOPTIONS(preflight)- Sandbox requests (
?test=1orX-DocketLayer-Test: 1)
429 response
When a rate limit is exceeded:retry_after is seconds until the limit resets. Back off and retry after that interval.
Batch counting
ForPOST /v2/cases/batch, rate limits are applied at the case level, not the request level:
- One batch request counts as one against the per-minute limit
- Each successful case in the batch counts as one against the per-day limit
High-volume portfolios
For portfolios that need more than 10,000 queries per day, distribute load across multiple funded wallets. Each wallet has its own independent rate limit. There is no mechanism to pool or increase the per-wallet limit.Rate limits and the MCP server
MCP tool calls toPOST /v2/mcp are subject to the same per-wallet rate limits as direct REST calls. Each paid tool call counts as one request.