Skip to main content
POST
newStrategy

Headers

Authorization
string<JWT>
required

User API token.

Body

application/json
type
enum<string>
required

Strategy security type.

Available options:
stock,
cryptocurrency
name
string
required

Strategy name.

input_value
number
required

Relative starting balance.

private
boolean

Whether strategy is public or private.

description
string

Strategy description.

price
number

Monthly subscription price.

Response

Request was successful.

success
boolean

True when the request succeeded.

response
object

Endpoint-specific response payload, or an error message when success is false.