Skip to main content
GET
/
getStrategies
getStrategies
curl --request GET \
  --url https://alphainsider.com/api/getStrategies
{
  "success": true,
  "response": [
    {
      "strategy_id": "YdNf91nP-Q-YB39RwtlHQ",
      "product_id": "yvtLPHMNML3th6csjO_bV",
      "user_id": "user_1",
      "type": "cryptocurrency",
      "private": false,
      "name": "vdsvdsvds",
      "description": "",
      "updated_at": "2024-10-07T15:05:09.124Z",
      "created_at": "2024-10-07T15:05:09.124Z",
      "price": 0,
      "subscriber_count": "0",
      "timeframes": [
        {
          "timeframe": "week",
          "rank_performance": "4",
          "rank_popular": "4",
          "rank_trending": "5",
          "rank_top": "5",
          "max_drawdown": "0.000000000000000",
          "past_value": "1.000000000000000"
        },
        {
          "timeframe": "year",
          "rank_performance": "4",
          "rank_popular": "4",
          "rank_trending": "5",
          "rank_top": "5",
          "max_drawdown": "0.000000000000000",
          "past_value": "1.000000000000000"
        },
        {
          "timeframe": "day",
          "rank_performance": "4",
          "rank_popular": "4",
          "rank_trending": "5",
          "rank_top": "5",
          "max_drawdown": "0.000000000000000",
          "past_value": "1.000000000000000"
        },
        {
          "timeframe": "month",
          "rank_performance": "4",
          "rank_popular": "4",
          "rank_trending": "5",
          "rank_top": "5",
          "max_drawdown": "0.000000000000000",
          "past_value": "1.000000000000000"
        },
        {
          "timeframe": "five_year",
          "rank_performance": "4",
          "rank_popular": "4",
          "rank_trending": "5",
          "rank_top": "5",
          "max_drawdown": "0.000000000000000",
          "past_value": "1.000000000000000"
        }
      ]
    }
  ]
}

Headers

Authorization
string<JWT>

User API token.

Query Parameters

strategy_id[]
string[]
required

Array of strategy IDs.

Maximum array length: 100

Strategy ID.

timeframe
enum<string>
default:month

Gets strategy values based on timeframe.

Available options:
day,
week,
month,
year,
five_year

Response

Request was successful.