Skip to main content
Dynamic enforces rate limits based upon IP address, project environment, and certain endpoints to protect against attacks and to prevent abuse of Dynamic’s platform. These limits are subject to change.

Errors

Requests returning a 429 status code have been rate limited.
{
  "message": "Rate limit exceeded",
  "code": 429
}

Rate limit categories

  • IP-based rate limits
  • Project environment-based rate limits
  • Endpoint-based rate limits

SDK rate limits

All endpoints used by the SDK prefixed by /sdk are subject to the following limits.
  • 100 requests per minute per IP
  • 10000 requests per minute per project environment

Endpoints

Developer rate limits

All endpoints used by Developers are subject to the following rate limits.
  • 1500 requests per minute per IP
  • 3000 requests per minute per project environment

Endpoints

EndpointPathLimited byRate Limit
Bulk create user/environments/:environmentId/users/bulkIP Address150 requests per 1 minute
Create embedded wallet/environments/:environmentId/users/embeddedWallets
/environments/:environmentId/users/embeddedWallets/farcaster
IP Address300 requests per 1 minute
Organization invites/organizations/:organizationId/invitesIP Address20 requests per 1 minute

Webhooks

See webhooks limits for more information.