Skip to main content

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 a 429 response:

Retry Strategy

Use exponential backoff with the X-RateLimit-Reset header:

Tips

  • Batch stores instead of individual calls — POST /v1/store/batch handles up to 100 memories in one request
  • Use ingest instead of multiple extract + store calls
  • Cache recall results client-side when the same query is used repeatedly