Public HTTP Endpoints
Monitor Data Usage
Monitor your current data usage and limits
GET
Monitor your current data usage and limits for your API key. This endpoint provides detailed information about your monthly data consumption, billing period, and account status.
Path Parameters
Your QuantCite API key for which to retrieve usage information.
Response
Unique identifier for your user account.
Your account username.
Your current subscription tier (basic, premium, developer, enterprise).
Whether your API key is currently active and valid.
Detailed data usage information for the current billing period.
Information about the current billing cycle.
Current account and usage status indicators.
ISO 8601 timestamp when the usage data was retrieved.
Usage Monitoring Best Practices
Automated Monitoring
Usage Dashboard
Error Responses
Invalid API Key
Status Code:404 Not Found
Suspended Account
Status Code:401 Unauthorized
Integration Tips
Regular Monitoring
Check usage regularly to avoid hitting the 50GB monthly limit. Set up automated alerts at 80% usage.
Usage Optimization
Monitor usage patterns to optimize your WebSocket subscriptions and reduce data consumption.
Billing Awareness
Track billing periods and plan your data usage accordingly. Usage resets monthly.
Error Handling
Implement proper error handling for invalid API keys and suspended accounts.
This endpoint does not require admin authentication and can be called by providing your API key as a path parameter. It does not count against your rate limits or data usage.
