curl --request GET \
--url https://alphainsider.com/api/getAccountTiers{
"success": true,
"response": [
{
"product_id": "7wswTAd1xbDAEQkPhbBn6",
"type": "standard",
"timeframe": "month",
"level": 0,
"name": "Standard Account Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 50,
"max_strategies": 5,
"max_subscriptions": 10,
"max_bots": 0
},
"price": 0
},
{
"product_id": "qkV9qPfpxr4wWMaZKprdI",
"type": "pro",
"timeframe": "month",
"level": 1,
"name": "Pro Account Monthly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 500,
"max_strategies": 50,
"max_subscriptions": 100,
"max_bots": 2
},
"price": 5000
},
{
"product_id": "tlEuVShrHFFJtceRjEYxm",
"type": "pro",
"timeframe": "year",
"level": 2,
"name": "Pro Account Yearly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 500,
"max_strategies": 50,
"max_subscriptions": 100,
"max_bots": 2
},
"price": 52800
},
{
"product_id": "x70U0yrF8y1FcalgGutQe",
"type": "premium",
"timeframe": "month",
"level": 3,
"name": "Premium Account Monthly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 5000,
"max_strategies": 500,
"max_subscriptions": 1000,
"max_bots": 4
},
"price": 10000
},
{
"product_id": "7fhHPXozPsaIVnXLeuTrD",
"type": "premium",
"timeframe": "year",
"level": 4,
"name": "Premium Account Yearly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 5000,
"max_strategies": 500,
"max_subscriptions": 1000,
"max_bots": 4
},
"price": 105600
}
]
}Get all account subscription tiers.
curl --request GET \
--url https://alphainsider.com/api/getAccountTiers{
"success": true,
"response": [
{
"product_id": "7wswTAd1xbDAEQkPhbBn6",
"type": "standard",
"timeframe": "month",
"level": 0,
"name": "Standard Account Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 50,
"max_strategies": 5,
"max_subscriptions": 10,
"max_bots": 0
},
"price": 0
},
{
"product_id": "qkV9qPfpxr4wWMaZKprdI",
"type": "pro",
"timeframe": "month",
"level": 1,
"name": "Pro Account Monthly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 500,
"max_strategies": 50,
"max_subscriptions": 100,
"max_bots": 2
},
"price": 5000
},
{
"product_id": "tlEuVShrHFFJtceRjEYxm",
"type": "pro",
"timeframe": "year",
"level": 2,
"name": "Pro Account Yearly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 500,
"max_strategies": 50,
"max_subscriptions": 100,
"max_bots": 2
},
"price": 52800
},
{
"product_id": "x70U0yrF8y1FcalgGutQe",
"type": "premium",
"timeframe": "month",
"level": 3,
"name": "Premium Account Monthly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 5000,
"max_strategies": 500,
"max_subscriptions": 1000,
"max_bots": 4
},
"price": 10000
},
{
"product_id": "7fhHPXozPsaIVnXLeuTrD",
"type": "premium",
"timeframe": "year",
"level": 4,
"name": "Premium Account Yearly Subscription",
"apiTokenExpire": 31536000000,
"limits": {
"new_order": 5000,
"max_strategies": 500,
"max_subscriptions": 1000,
"max_bots": 4
},
"price": 105600
}
]
}Request was successful.