cURL
curl --request GET \ --url https://alphainsider.com/api/getStrategyPerformance
{ "success": true, "response": [ { "strategy_id": "YdNf91nP-Q-YB39RwtlHQ", "created_at": "2024-10-07T00:00:00.000Z", "strategy_value": "1.000000000000000", "buy_weight": "0", "sell_weight": "0", "trade_count": "0" }, { "strategy_id": "YdNf91nP-Q-YB39RwtlHQ", "created_at": "2024-10-08T00:00:00.000Z", "strategy_value": "1.000000000000000", "buy_weight": "0", "sell_weight": "0", "trade_count": "0" }, { "strategy_id": "YdNf91nP-Q-YB39RwtlHQ", "created_at": "2024-10-11T00:00:00.000Z", "strategy_value": "1.000000000000000", "buy_weight": "0", "sell_weight": "0", "trade_count": "0" } ] }
Get strategy performance data.
User API token.
Strategy ID.
How often an interval occurs.
Graph data intervals.
year
month
week
day
hour
Start date.
End date.
Request was successful.