Account
Get account info
Returns plan, credit, monitoring, and account settings for the authenticated user.
get/api/v1/account
Response
Account info
Example response
{
"plan": "active",
"subscription": {
"status": "active",
"tier": "pro",
"currentPeriodStart": "2026-09-01T00:00:00.000Z",
"currentPeriodEnd": "2026-10-01T00:00:00.000Z"
},
"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"
}