Get a processed summary of transaction analyticsThis endpoint fetches data from OpenRouter and processes it to provide a cleaner summary format. No authentication required.Args: window: Time window for analytics (default: '1d') Valid options: '1hr', '1d', '1mo', '1y'Returns: Processed summary of transaction analytics
Request
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/analytics/transactions/summary?window'