Get a list of candles for the account

Example of request:

/api/v2/fxtr/candles/demo/1001?server_code=mt5_trial2&from=1693825997&to=1693826030&instrument=EURUSD&time_frame=1

Body parameters

Parameter
Required
Type
Description

from

int

unix time in second

to

int

unix time in second

time_frame

int

can be

1: // 1 min candles

5: // 5 min candles

15: // 15 min candles

30: // 30 min candles

60: // 1 hour candles 240: // 4 hour candles 1440: // 1 day candles

instrument

string

name of a symbol for which candles is requested

circle-info

Suffix to the unstrument is optional and it depends on configuration.

Example of response: candle information

Last updated