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,
  "hoursAnalyzed": 123,
  "statistics": {
    "average": 123,
    "minimum": 123,
    "maximum": 123,
    "trend": "improving"
  },
  "distribution": {
    "excellent": {
      "count": 123,
      "percent": 123
    },
    "good": {
      "count": 123,
      "percent": 123
    },
    "fair": {
      "count": 123,
      "percent": 123
    },
    "poor": {
      "count": 123,
      "percent": 123
    }
  },
  "averageMetrics": {
    "deploys": 123,
    "migrations": 123,
    "trades": 123,
    "buys": 123,
    "volumeSol": 123,
    "proTrades": 123,
    "snipers": 123,
    "bundles": 123,
    "avgHoldingSeconds": 123
  },
  "periodStart": "2023-11-07T05:31:56Z",
  "periodEnd": "2023-11-07T05:31:56Z",
  "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
hoursAnalyzed
integer

Number of hourly data points analyzed

statistics
object
distribution
object
averageMetrics
object
periodStart
string<date-time>
periodEnd
string<date-time>
timestamp
string<date-time>