Returns aggregate activity statistics for the authenticated user, including balance, total requests, total spending, average cost per request, and token usage.Documentation Index
Fetch the complete documentation index at: https://docs.splox.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Response
| Field | Type | Description |
|---|---|---|
balance | number | Current balance in USD |
total_requests | integer | Total number of workflow executions |
total_spending | number | Total amount spent in USD |
avg_cost_per_request | number | Average cost per workflow execution in USD |
input_tokens | integer | Total input tokens consumed |
output_tokens | integer | Total output tokens consumed |
total_tokens | integer | Total tokens consumed (input + output) |
Notes
Authentication required. Returns lifetime statistics for the authenticated user’s account.

