Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authentication and lookup errors returned by the Indicator API.
status
{ "status": { "code": 401, "message": "authentication required", "description": "Pass a CryptoQuant API key with Authorization: Bearer <YOUR_API_KEY>. CryptoQuant Pro plan or higher is required." } }
{ "status": { "code": 401, "message": "invalid_api_key", "description": "A valid CryptoQuant API key is required." } }
{ "status": { "code": 403, "message": "pro_plan_required", "description": "CryptoQuant Pro plan or higher is required." } }
{ "status": { "code": 404, "message": "unknown equity" } }
{ "status": { "code": 404, "message": "unknown metric" } }