Limits
MemoClaw applies rate limits per wallet address to ensure fair usage.Rate limits are per wallet address, not per API key or IP. If you use the same wallet from multiple agents, they share the same limit.
Response Headers
Every response includes rate limit headers:Handling 429 Responses
When rate limited, you’ll receive a429 response:
Retry Strategy
Use exponential backoff with theX-RateLimit-Reset header:
Tips
- Batch stores instead of individual calls —
POST /v1/store/batchhandles up to 100 memories in one request - Use
ingestinstead of multipleextract+storecalls - Cache recall results client-side when the same query is used repeatedly