Candles
Header Parameters
Authorizationstring
Query Parameters
systemUuidstring Required
The unique system identifier; required to specify which trading system's symbol data to retrieve.
symbolstring Required
The trading symbol for which candle data is requested; required.
intervalstring Required
The time interval for the candle data.
Enum values:
M1M5M15M30H1H4D1W1MN1fromstring Required
The start datetime from which to retrieve candle data; required.
Enum values:
2024-01-01T00:00:00.001Ztostring Required
The end datetime up to which candle data should be retrieved; required.
Enum values:
2024-01-05T00:00:00.001ZResponse
200
Object
OK
Response Attributes
symbolstring
The symbol for which the data is provided.
intervalstring
The time interval of the candle data, reflecting the same values as specified in the query.
Enum values:
M1M5M15M30H1H4D1W1MN1candlesarray
An array of objects, each representing a candle.
Show child attributes
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Response
Was this section helpful?