Run Trading Job

This API runs a trading job.

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

Response Structure

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

Last updated