Get a list of candles for the account
/api/v2/fxtr/candles/demo/1001?server_code=mt5_trial2&from=1693825997&to=1693826030&instrument=EURUSD&time_frame=1Body parameters
Parameter
Required
Type
Description
Last updated
/api/v2/fxtr/candles/demo/1001?server_code=mt5_trial2&from=1693825997&to=1693826030&instrument=EURUSD&time_frame=1Last updated
[
{
"open": 0.87556,
"close": 0.87556,
"low": 0.87556,
"high": 0.87556,
"time": 1693804380000,
"volume": 0
},
{
"open": 0.87555,
"close": 0.87568,
"low": 0.87555,
"high": 0.87568,
"time": 1693804440000,
"volume": 0
}
]