Generating an API Key

Access the API Dashboard
Navigate to the API Access page in your Messari account. Your API Key will be visible at the top of the page.Using the API Key
The API key must be included in the request headers using thex-messari-api-key header field:
Permissions
API access is tiered based on your subscription level. By default, all users have access to the Assets & Market Data and Exchanges API endpoints. For access to additional endpoints and services such as Fundraising, Intel, News & Topics, and more, please contact sales@messari.io.Example Request (cURL)
The following example demonstrates how to send a request to the Messari API using cURL with thex-messari-api-key header:
Security Best Practices
Secure Storage
Never share your API key publicly or commit it to version control
Environment Variables
Store API keys in environment variables rather than hardcoding them
Regular Rotation
Periodically update your API key for security purposes

