Get credit transaction history for the current user.
Returns detailed transaction log including:
Args: limit: Maximum transactions to return offset: Pagination offset operation_type: Optional filter by operation type current_user: Authenticated user supabase_service: Supabase service instance
Returns: JSON response with transaction list
Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of transactions
1 <= x <= 100Offset for pagination
x >= 0Filter by operation type
Successful Response