Executors
Get Executors Summary
Get summary statistics for all executors.
Returns aggregate information including:
- Total active/completed executor counts
- Total PnL and volume
- Breakdown by executor type, connector, and status
get/executors/summary
Response
Successful Response
Example response
{
"by_connector": {
"binance": 1,
"binance_perpetual": 4
},
"by_status": {
"RUNNING": 5
},
"by_type": {
"grid_executor": 2,
"position_executor": 3
},
"total_active": 5,
"total_pnl_quote": 1234.56,
"total_volume_quote": 50000
}