Skip to main content
GET
/
v1
/
account
/
usage
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.tradingnews.press/v1/account/usage"
{
  "tier": "pro",
  "rate_limit": 30,
  "period_end": "2026-05-07T00:00:00Z"
}
This endpoint is free — it does not count against your rate limit.

Response

tier
string
Your current plan: starter or pro.
rate_limit
integer
Your per-minute request limit.
period_end
string?
ISO 8601 datetime when the current billing period ends. null if no active subscription.
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.tradingnews.press/v1/account/usage"
{
  "tier": "pro",
  "rate_limit": 30,
  "period_end": "2026-05-07T00:00:00Z"
}