Stop Trading Job

This API stops a running trading job.

URL: /trading_job/stop/<Unique job id> Method: GET

Response Structure

{
    "job_id": "<Unique job id>",
    "message": "<Status of the job termination>"
}

Last updated