# Rate Limits

To keep the API running smoothly, Wallapop enforces rate limits.

## Access Token Rate Limits

The following limits apply to requests made to the OAuth 2.0 token endpoints:

| Grant Type | Access Token Type | Rate Limit |
|  --- | --- | --- |
| Authorization Code Grant | User Access Token | 174 requests per 5 minutes |
| Refresh Token Grant | User Access Token | 174 requests per 5 minutes |


Unlike resource endpoints, these limits are enforced based on the Source IP address of the requester

## Global API Limits

Additionally, a global rate limit is applied to all authenticated API requests from professional sellers:

- **36 requests per second per seller**