Get daily summary of model inference per model from OpenRouterThis endpoint fetches transaction analytics data from OpenRouter API and returns it publicly (no authentication required).Args: window: Time window for analytics (default: '1d') Valid options: '1hr', '1d', '1mo', '1y'Returns: Transaction analytics data from OpenRouterExample: GET /analytics/transactions?window=1d
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?window'