Skip to main content
GET
/
api
/
klines
/
ai-analysis
/
history
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Kline analysis history

Kline analysis history list.

analyses
object[]
required