Skip to main content
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

api_key
string
required
Your QuantCite API key for which to retrieve usage information.

Response

user_id
string
Unique identifier for your user account.
username
string
Your account username.
billing_tier
string
Your current subscription tier (basic, premium, developer, enterprise).
api_key_active
boolean
Whether your API key is currently active and valid.
data_usage
object
Detailed data usage information for the current billing period.
billing_period
object
Information about the current billing cycle.
status
object
Current account and usage status indicators.
timestamp
string
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.