Skip to main content
Start an idle trading agent. Once active, the agent begins subscribing to AI buy/sell signals and will automatically enter and exit positions on the configured chain according to its risk rules.

Endpoint

Path parameters

string
required
Unique identifier of the agent to start.

Example request

Response

Returns the agent object with its updated status set to active.
string
Unique agent identifier.
string
active when the agent has started successfully.
integer
Unix timestamp when the agent transitioned to active.

Example response

If the agent is already active, the API returns 409 Conflict.