Skip to main content
curl https://xquik.com/api/v1/account \
  -H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq

Headers

x-api-key
string
required
Your API key. Generate one from the dashboard.

Response

plan
string
Subscription status. "active" or "inactive".
monitorsAllowed
number
Maximum monitors your plan allows.
monitorsUsed
number
Number of currently active monitors.
currentPeriod
object
Current billing period. Omitted if no active subscription.
{
  "plan": "active",
  "monitorsAllowed": 1,
  "monitorsUsed": 0,
  "currentPeriod": {
    "start": "2026-02-01T00:00:00.000Z",
    "end": "2026-03-01T00:00:00.000Z",
    "capMicrocents": "10000000",
    "usedMicrocents": "1500000"
  }
}

Usage Quota

Every subscriber gets a generous monthly usage quota that resets each billing period. The quota covers operations that query the X API. Management operations are unlimited.
OperationMonthly Limit (approx.)
Tweet searches~66,000
User lookups~55,000
Follower fetches~66,000
Verified follower fetches~33,000
Follow checks~66,000
Compare usedMicrocents against capMicrocents to track remaining capacity. When the cap is reached, metered API calls return 402.