> For the complete documentation index, see [llms.txt](/llms.txt).

# IPFS rate limits

API keys on Infura are subject to rate limits once they exceed a certain number of requests within a short time window. These rate limits are in place to prevent abuse, ensure fair usage, and maintain the reliability of our services.

info

Current rate limits may change without notice.

Authenticated requests associated with a particular project have more flexible rate limits and can make more requests per second.

## Authenticated API requests[​](#authenticated-api-requests "Direct link to Authenticated API requests")

Write API calls have a 150 requests per second limit for the following endpoints:

- `/api/v0/add`
- `/api/v0/block/put`
- `/api/v0/dag/put`
- `/api/v0/pin/add`

You can retrieve IPFS data using the API with a limit of 1500 requests per second for the remaining read-only methods such as:

- `/api/v0/cat`
- `/api/v0/get`
- `/api/v0/dag`

Read-only requests from a [dedicated gateway](/services/how-to/use-ipfs/access-ipfs-content/dedicated-gateways/) have a limit of 100 requests per second.

If you would like a custom rate limit for requests per second, [contact us](https://www.infura.io/contact).
