Get trading history for a bot with optional parameters.
Args: bot_name: Name of the bot to get history for days: Number of days of history to retrieve (0 for all) verbose: Whether to include verbose output precision: Decimal precision for numerical values timeout: Timeout in seconds for the operation bots_manager: Bot orchestrator service dependency
Returns: Dictionary with bot trading history
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response