v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Account

Get account info

get/account

Response

Account info

plan'active' | 'inactive' required
monitorsUsedinteger required
monitorsAllowedinteger required

Deprecated. Monitor slots are unlimited, so this is always Number.MAX_SAFE_INTEGER.

xUsernamestring

Linked X username, omitted when no X account is connected.

Example response

{
  "plan": "active",
  "monitorsUsed": 3,
  "monitorsAllowed": 9007199254740991,
  "monitorBilling": {
    "activeDailyEstimate": "1500",
    "activeHourlyBurn": "63",
    "creditsPerActiveMonitorDay": "500",
    "creditsPerActiveMonitorHour": "21",
    "eventsIncluded": true,
    "instantCheckIntervalSeconds": 1,
    "unlimitedSlots": true
  },
  "creditInfo": {
    "balance": "50000",
    "lifetimePurchased": "140000",
    "lifetimeUsed": "90000",
    "autoTopupEnabled": false,
    "autoTopupAmountDollars": 10,
    "autoTopupThreshold": "50000"
  },
  "xUsername": "elonmusk"
}
All 128 operations