How do I generate an API key?
Log in, go to lunarcrush.com/developers/api/authentication, accept the terms, and click Generate. Copy the key immediately — it won't be shown again in full. Store it as an environment variable, not in your code. Use it in all requests as: Authorization: Bearer YOUR_API_KEY.
Helpful links