A valid request URL is required to generate request examples{
"server_epoch": 1777879029,
"server_iso": "2026-05-04T07:17:09+00:00",
"used_symbol": "BTCUSDc",
"utc_epoch": 1777879028,
"utc_iso": "2026-05-04T07:17:08+00:00",
"utc_offset_hours": 0,
"utc_offset_seconds": 0,
"warning": "<string>"
}Returns the broker server timestamp alongside machine UTC time and the detected UTC offset (broker_time − utc_epoch, rounded to the nearest hour). The bot calls this at startup to auto-detect the broker timezone including DST changes (e.g. VT Markets shows +3 in summer, +2 in winter). Pass ?symbol=BTCUSDc to pin which symbol’s tick is used for server time. When the market is closed and no tick is available, server_epoch will be null and a warning field is included.
A valid request URL is required to generate request examples{
"server_epoch": 1777879029,
"server_iso": "2026-05-04T07:17:09+00:00",
"used_symbol": "BTCUSDc",
"utc_epoch": 1777879028,
"utc_iso": "2026-05-04T07:17:08+00:00",
"utc_offset_hours": 0,
"utc_offset_seconds": 0,
"warning": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.novosky.app/llms.txt
Use this file to discover all available pages before exploring further.
Set API_TOKEN in .env to match the token configured on the server.
Symbol to read tick time from. Uses first available tick if omitted.
"BTCUSDc"
Broker time and UTC offset
Broker server time vs machine UTC, used to auto-detect the broker timezone.
Broker server time as Unix epoch. Null when market is closed and no tick is available.
1777879029
"2026-05-04T07:17:09+00:00"
Symbol whose tick was used to read server time.
"BTCUSDc"
Current UTC time as Unix epoch.
1777879028
"2026-05-04T07:17:08+00:00"
Detected broker UTC offset rounded to nearest hour. Null when server_epoch is null.
0
0
Present when no tick was available and server time could not be read.