cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/klines/data \ --header 'Authorization: Bearer <token>'
{ "candles": [ { "close": 123, "high": 123, "low": 123, "open": 123, "timestamp": 123, "volume": 123 } ], "period": "<string>", "symbol": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Kline candles
K-line response.
Show child attributes
Was this page helpful?