Bot Orchestration
Get Bot History
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
get/bot-orchestration/{bot_name}/history
Path parameters
bot_namestring required
Query parameters
daysinteger
verboseboolean
precisioninteger
timeoutnumber
Response
Successful Response
{"stackTrail":"paths:/bot-orchestration/{bot_name}/history:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}