Skip to main content
GET
/
api
/
sol
/
sentiment
Chain health scores (hourly)
curl --request GET \
  --url 'https://de.raze.sh/api/sol/sentiment?apiKey='
{
  "success": true,
  "hours": 123,
  "count": 123,
  "scores": [
    {
      "time": "2023-11-07T05:31:56Z",
      "score": 123,
      "metrics": {},
      "componentScores": {}
    }
  ],
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKey
string
query
required

Query Parameters

hours
integer
default:24
Required range: 1 <= x <= 168

Response

Success

success
boolean
hours
integer
count
integer
scores
object[]
timestamp
string<date-time>