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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tradingnews.press/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint is free — it does not count against your rate limit.

Response

tier
string
Your current plan. One of:
  • starter — $20/mo, 1 req/min
  • pro — $50/mo, 30 req/min, WebSocket access
  • max — Pro features plus semantic search and per-ticker sentiment, 60 req/min
  • expired — 7-day grace window after cancellation, throttled to 1 req/min
  • free — never-subscribed key, blocked from API access
rate_limit
integer
Your per-minute request limit.
period_end
string?
ISO 8601 datetime when the current billing period ends (or when a trial converts to paid). 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"
}