POST api/data/timeframes

Get learned timeframes

Request Information

URI Parameters

None.

Body Parameters

DashboardInput
NameDescriptionTypeAdditional information
Symbol

string

None.

Timeframe

string

None.

MinPip

integer

None.

MaxPip

integer

None.

SecurityToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Symbol": "sample string 1",
  "Timeframe": "sample string 2",
  "MinPip": 3,
  "MaxPip": 4,
  "SecurityToken": "sample string 5"
}

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]