General information
Welcome to the Crypto Craze API documentation. The coin names are real, but all prices, market caps, and price changes are fictional and made for coding practice.
Authentication
The Crypto Craze API requires an API key. Send your API key in the request headers using the api-key header.
In Mimo projects, the API key is available as an environment variable MIMO_CRYPTO_CRAZE_API_KEY.
If the API key is missing or incorrect, the API returns a 401 response with the body { "error": "Missing or invalid API key." }.