cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/klines/ai-analysis/history \ --header 'Authorization: Bearer <token>'
{ "analyses": [ { "id": 123, "symbol": "<string>", "created_at": "<string>", "period": "<string>", "summary": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Kline analysis history
Kline analysis history list.
Show child attributes
Was this page helpful?