A valid request URL is required to generate request examples[
{
"close": 95050,
"high": 95200,
"low": 94900,
"open": 95000,
"real_volume": 0,
"spread": 1400,
"tick_volume": 1234,
"time": 1777879200
}
]Returns historical OHLCV candles via mt5.copy_rates_from_pos(). Candle time is broker server time — the bot normalises to UTC using the detected offset from /time. spread is in raw points (e.g. 1400 pts × 0.01=14.00 for BTCUSDc on Exness).
A valid request URL is required to generate request examples[
{
"close": 95050,
"high": 95200,
"low": 94900,
"open": 95000,
"real_volume": 0,
"spread": 1400,
"tick_volume": 1234,
"time": 1777879200
}
]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 name
"BTCUSDc"
MT5 timeframe: M1 M5 M15 M30 H1 H4 D1 W1 MN1
"M15"
Number of candles to return (most recent first)
500
OHLCV candles
95050
95200
94900
95000
0
Spread in raw points. For BTCUSDc on Exness: 1400 pts × $0.01 = $14.00 round-turn.
1400
1234
Candle open time as Unix epoch (broker server time).
1777879200