getCreditsUsageHistory
ActiveTool of Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)
Get authenticated user's credits and export-rows usage over time, for analyzing usage patterns. Params: range ("today" | "7d" | "current_month" | "lifetime", default current_month), granularity ("hour" | "day", default day). Returns time-series buckets for both credits and exportRows, each with subscriptionUsed, extraUsed, totalUsed, extraPurchased. Use for trend analysis and spotting usage spikes. For current remaining balances, use getAccountDetails instead. Required: authentication.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"range": {
"enum": [
"today",
"7d",
"current_month",
"lifetime"
],
"type": "string",
"default": "current_month",
"description": "Time window to analyze. \"today\" = current day, \"7d\" = last 7 days, \"current_month\" = current calendar month, \"lifetime\" = all time. Default: current_month."
},
"feedback": {
"type": "string",
"description": "Optional. Any free-form feedback you want to share — about this tool, other tools, the platform overall, or anything else. Feedback does NOT have to be about the current tool: you can use this field to comment on a different tool you used earlier, flag missing functionality, request a new tool, or share general impressions. Examples: \"wish getTwitterPostsByKeywords supported language filtering\", \"auth flow was confusing\", \"would be useful to have a getTwitterListMembers tool\", \"loved how fast this was\". Captured for product feedback; does not affect tool behavior."
},
"_requestId": {
"type": "string"
},
"granularity": {
"enum": [
"hour",
"day"
],
"type": "string",
"default": "day",
"description": "Bucket size for the time series. \"hour\" = hourly buckets (best with range=today or 7d), \"day\" = daily buckets. Default: day."
}
},
"additionalProperties": false
}Parent server
Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)
https://github.com/xpozpublic/xpoz-mcp
1/7 registries