Skip to main content
GET
/
getStrategySubscriptions
getStrategySubscriptions
curl --request GET \
  --url https://alphainsider.com/api/getStrategySubscriptions \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": [
    {
      "strategy_id": "o2woZvX7SijbOaTiA2Zqf",
      "strategy_owner": "user_1",
      "type": "cryptocurrency",
      "private": false,
      "strategy_value": "1.000000000000000",
      "invoice_id": null,
      "end_date": null,
      "subscription_id": "HmVbkJVyD71MwQfLa3v8y",
      "user_id": "user_1",
      "product_id": "kfzEMLnwiR5u6LEgkLGkA",
      "input_value": "100000.000000000000000",
      "input_date": "2024-10-11T18:22:41.090Z",
      "input_multiplier": "100000.000000000000000",
      "notifications": [],
      "renew": true,
      "status": "active",
      "updated_at": "2024-10-14T17:05:16.431Z",
      "created_at": "2024-10-11T18:22:41.090Z"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

strategy_id[]
string[]

Array of strategy IDs. Leave empty to get all user subscriptions.

Maximum array length: 100

Strategy ID.

Response

Request was successful.