Get token balance
Return monthly token allowance, usage, remaining balance, and reset time.
← All Meta tools endpoints · Capability overview
/v1/meta-tools/token-balancehttps://api.vee3.io/v1/meta-tools/token-balance
Return monthly token allowance, usage, remaining balance, and reset time.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_token_balanceParameters0 fields
Response7 fields
billing_planstringCurrent billing plan id (free, starter, pro, scale).
monthly_token_allowanceintegerTotal tokens included in the current billing period.
tokens_usedintegerTokens consumed in the current billing period.
tokens_remainingintegerTokens left before quota is exhausted.
billing_period_startstringISO 8601 start of the current billing period.
billing_period_endstringISO 8601 end of the current billing period.
billing_period_resets_atstringISO 8601 timestamp when the token allowance resets (same as period end).
HTTP errors: unauthorized, payment_required