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

Documentation Index

Fetch the complete documentation index at: https://docs.raze.bot/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

Query Parameters

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

Response

Success

success
boolean
scores
object[]
count
integer