# Credit Consumption Totals The Credit Consumption Totals endpoint calculates the total amount of credits spent during a specified timeframe. It returns the sum of all credit changes that have been made to the subscription balance during the given period. This endpoint is useful for tracking and analyzing credit consumption patterns, monitoring usage, and ensuring proper subscription management. Endpoint: GET /api/{account_id}/subscriptions/balance_change_logs/totals/ Version: 1.0.0 Security: Api-Key ## Path parameters: - `account_id` (integer, required) ## Query parameters: - `date_created_end` (string) - `date_created_start` (string) ## Response 200 fields (application/json): - `total_credits_spent` (integer, required)