For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
      • GETMarket Data Subscription Exchange Scope Find
      • GETMarket Data Subscription Exchange Scope Item
      • GETMarket Data Subscription Exchange Scope Items
      • GETMarket Data Subscription Exchange Scope List
      • GETMarket Data Subscription Exchange Scope Suggest
      • GETMarket Data Subscription Plan Find
      • GETMarket Data Subscription Plan Item
      • GETMarket Data Subscription Plan Items
      • GETMarket Data Subscription Plan List
      • GETMarket Data Subscription Plan Suggest
      • GETTradovate Subscription Plan Find
      • GETTradovate Subscription Plan Item
      • GETTradovate Subscription Plan Items
      • GETTradovate Subscription Plan List
      • GETTradovate Subscription Plan Suggest
Support Center
LogoLogo
REST API EndpointsFees

Tradovate Subscription Plan Suggest

GET
https://demo.tradovateapi.com/v1/tradovateSubscriptionPlan/suggest
GET
/v1/tradovateSubscriptionPlan/suggest
1const url = 'https://demo.tradovateapi.com/v1/tradovateSubscriptionPlan/suggest?t=t&l=1';
2const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
3
4try {
5 const response = await fetch(url, options);
6 const data = await response.json();
7 console.log(data);
8} catch (error) {
9 console.error(error);
10}
200Retrieved
1[
2 {
3 "name": "string",
4 "title": "string",
5 "price": 1.1,
6 "category": "string",
7 "trial": true,
8 "duration": 1,
9 "durationUnits": "Lifetime",
10 "id": 1,
11 "startDate": {
12 "year": 1,
13 "month": 1,
14 "day": 1
15 },
16 "discontinuedDate": {
17 "year": 1,
18 "month": 1,
19 "day": 1
20 },
21 "riskCategoryId": 1,
22 "multipleAccounts": true,
23 "organizationId": 1,
24 "replaySessions": 1,
25 "footnote": "string",
26 "simOnly": true
27 }
28]
Retrieves entities of TradovateSubscriptionPlan type filtered by an occurrence of a text in one of its fields
Was this page helpful?
Previous

Change Speed

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

tstringRequired
Text
lintegerRequired
Max number of entities

Response

TradovateSubscriptionPlan
namestring<=64 characters
titlestring<=64 characters
pricedouble
categorystring<=64 characters
trialboolean
durationinteger>=0
durationUnitsenum
Lifetime, Month, Quarter, Week, Year
Allowed values:
idlong
startDateobject
discontinuedDateobject
riskCategoryIdlong
multipleAccountsboolean
organizationIdlong
replaySessionsinteger
footnotestring<=8192 characters
simOnlyboolean