Skip to main content
POST
searchStrategies

Headers

Authorization
string<JWT>

User API token.

Body

application/json

Term to search for.

type
object

Filter by strategy security type.

categories
object

Filter by category.

max_drawdown
number

Filter by max drawdown.

positions
object

Filter by current stock positions.

sectors
object

Filter by sector.

trade_count_min
number

Filter by minimum trade count.

trade_count_max
number

Filter by maximum trade count.

price_min
number

Filter by minimum price.

price_max
number

Filter by maximum price.

created_min
string<date-time>

Filter by minimum strategy created date.

created_max
string<date-time>

Filter by maximum strategy created date.
Must be greater than or equal to created_min.

timeframe
enum<string>
default:month

Time window used for ranking or performance data.

Available options:
day,
week,
month,
year,
five_year
sort
enum<string>
default:top

Sort results by.

Available options:
top,
trending,
performance,
popular,
newest
limit
number

Number of results to return.

offset_id
string

Offet by ID. Used for pagination.

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.