API Limits
API rate limits on both the Private IPFS API and IPFS API are currently determined by plan type:Plan | Rate Limit |
---|---|
Free | 60 requests per minute |
Picnic | 250 requests per minute |
Fiesta | 500 requests per minute |
Exceptions
The following API calls have increased rate limits:- Endpoints under
api.pinata.cloud/data/
have a rate limit of 30 requests per minute - The Pinning Services API endpoint for listing content has a rate limit of 30 requests per minute
File Restrictions
HTML files can be uploaded on any plan, but can only be retrieved through a Dedicated Gateway with a Custom Domain. Binary files are only allowed on a case by case basis, please contact [email protected] for assistance.Gateway Rate Limits
At this time there are currently no rate limits for users retrieving content from a dedicated gateway.Upload Size Limits
There differing limits on file sizes between the Private IPFS API and IPFS APIPrivate IPFS API
Files that are over 100MB will require using resumable uploads to complete. If you are using the SDK and the methodupload.file()
this will be handled automatically.
Beyond 100MB the max file size is 25GB at this time.
IPFS API
While the upload limit is 25GB we would recommend only uploading up to 15GB per file/folder for reliability reasons. We can try to assist uploads 15GB-25GB but we cannot guarantee success at this time.