Rate Limits

Rate Limits for the Messari API System

Rate limits are a critical component of our Messari API infrastructure, designed to ensure fair usage, maintain service stability, and protect our systems from abuse. By implementing thoughtful rate limiting, we can provide a consistent, reliable experience for all users while safeguarding our infrastructure from excessive traffic that could impact performance.


Rate Limit Structure

The Messari API employs a two-tiered rate limiting system (see below).

Global Rate Limit

Global rate limits apply to your overall API usage across all Messari services. These limits restrict the total number of requests you can make to our API within a specified time window, regardless of which specific endpoints you're accessing. Global limits help us manage overall system load and ensure equitable resource distribution among all users.

Subscription LevelRate LimitNote
Unpaid / Lite / Pro200 requests / minAssuming the endpoint to not be Enterprise-gated (small subset)
Enterprise600 requests / minAssuming Enterprise team to have access to underlying service endpoints

Note: It should be rare that you encounter these as they as established to prevent abuse.


Service-Level Rate Limits

In addition to global limits, we implement service-specific rate limits that apply to individual API services or endpoint groups. These more granular limits are tailored to the computational intensity and resource requirements of the service.

These rate limits and their underlying subscription access tier are documented within each endpoint's documentation!


🚧

AI ToolKit Rate Limit Experience

The only set of endpoints that contain a different rate limiting system are our copilot endpoints. For these endpoints, due to variable costs with LLMs, we employ a credit-based system where each request debits a pre-determined amount of credits from the consumers team balance.


[Important] Enterprise Trials

If you are on an Enterprise trial, the default rate limit for your API key is 25 requests per hour. This should be enough for you to trial our endpoints, see the response payload structures, and tinker with our endpoints. If you feel limited by the trial rate limit and want higher limits to better explore our endpoints, contact [email protected].


Welcome to Messari's API Documentation. Before you proceed, please take a moment to review and understand that your use of this API is subject to and governed by our Terms of Use and Privacy Policy. By accessing and using this API, you agree to comply with the terms and conditions outlined in the Terms of Use and Privacy Policy. The Messari API is intended to be used for internal purposes and uses only. If you are interested in redistributing any data from our API, please reach out to [email protected]. Messari reserves the right to modify, update, or revive the API Documentation at any time without notice.