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

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

Response

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