Skip to main content
POST
/
v0
/
user
/
strategies
/
{user_strategy_external_id}
/
runs
Trigger Strategy Run
curl --request POST \
  --url https://api.example.com/v0/user/strategies/{user_strategy_external_id}/runs/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "task": "<string>"
}
'
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

Idempotency-Key
string | null
x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

user_strategy_external_id
string
required

Body

application/json
task
string | null

Task description for active strategies

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

run
UserStrategyRunData · object
required
trigger_status
enum<string>
required
Available options:
triggered,
queued,
trigger_failed