Skip to main content
GET
/
api
/
sol
/
sentiment
/
summary
Chain health summary statistics
curl --request GET \
  --url 'https://de.raze.sh/api/sol/sentiment/summary?apiKey='
{
  "success": true,
  "hours": 123,
  "statistics": {
    "average": 123,
    "median": 123,
    "min": 123,
    "max": 123,
    "stdDev": 123
  },
  "distribution": {},
  "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
statistics
object
distribution
object
timestamp
string<date-time>