Skip to main content
GET
/
getAccountSubscription
getAccountSubscription
curl --request GET \
  --url https://alphainsider.com/api/getAccountSubscription \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": {
    "account_subscription_id": "oPajv9WU3wtwtBYLQxm4z",
    "user_id": "user_1",
    "status": "active",
    "product_id": "7wswTAd1xbDAEQkPhbBn6",
    "type": "standard",
    "timeframe": "month",
    "level": 0,
    "name": "Standard Account Subscription",
    "next_product_id": "7wswTAd1xbDAEQkPhbBn6",
    "next_type": "standard",
    "next_timeframe": "month",
    "next_level": 0,
    "next_name": "Standard Account Subscription",
    "invoice_id": null,
    "limits": {
      "new_order": 50,
      "new_post": 100,
      "like": 100,
      "max_sessions": 100,
      "max_api_tokens": 50,
      "max_strategies": 5,
      "max_subscriptions": 10,
      "max_open_orders": 100,
      "max_bots": 0
    },
    "end_date": null,
    "updated_at": "2024-10-08T16:30:00.062Z",
    "created_at": "2024-08-30T13:40:27.343Z"
  }
}

Headers

Authorization
string<JWT>
required

User API token.

Response

Request was successful.