Skip to main content
Retrieve detailed information about a specific trading agent, including its current status, risk configuration, and aggregate performance stats such as total trades and win rate.

Endpoint

Path parameters

string
required
Unique identifier of the agent.

Example request

Response

string
Unique agent identifier.
string
Agent name.
string
Current status: active, idle, paused, or error.
integer
Chain the agent trades on.
string
Connected wallet ID.
object
Risk configuration with position_size_pct, stop_loss_pct, trailing_stop_pct, take_profit_pct.
float
Minimum signal confidence threshold.
integer
Maximum concurrent open positions.
object
  • total_trades (integer): Number of completed trades.
  • win_rate_pct (float): Percentage of winning trades.
  • total_pnl_usd (float): Total realized profit and loss in USD.
integer
Unix timestamp of creation.
integer
Unix timestamp of the last configuration change.

Example response