cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market/kline-with-indicators/{symbol} \ --header 'Authorization: Bearer <token>'
{ "candles": [ { "close": 123, "high": 123, "low": 123, "open": 123, "timestamp": 123, "volume": 123 } ], "indicators": {}, "period": "<string>", "symbol": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Symbol name
Kline candles + computed indicators
K-line with indicators (payload is flexible).
Show child attributes
Was this page helpful?