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"
}
]
}
]
}Get strategy information.
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"
}
]
}
]
}User API token.
Array of strategy IDs.
100Strategy ID.
Gets strategy values based on timeframe.
day, week, month, year, five_year Request was successful.