API documentação
get
/api/v1/Instruments/market-time-zoneReturns the time zone market data is recorded in. Charts use it to label the time axis in platform time by default, so a bar reads the same here as it does on the platform. Timestamps themselves are always absolute, so choosing a different zone only changes labels.
Instruments
Parâmetros
version
path · string
Obrigatório
RESPOSTAS
- 200Zone name, its current offset from UTC in minutes, and the system identifier.application/json
{ "ianaTimeZone": "Europe/London", "utcOffsetMinutes": 60, "systemTimeZoneId": "GMT Standard Time" }