Error
Symbols
Get OHLCV candles with technical analysis
Fetches candles like GET /symbols/{symbol}/rates (same query params), then forwards them to the candlewick TA sidecar for indicator calculation. Returns both bars and TA results.
POST
Error
Authorizations
Set API_TOKEN in .env to match the token configured on the server.
Path Parameters
Symbol name
Example:
"BTCUSD"
Query Parameters
MT5 timeframe: M1 M5 M15 M30 H1 H4 D1 W1 MN1
Example:
"M15"
Number of candles
Example:
500
Body
application/json