Skip to main content
GET
/
api
/
sol
/
sentiment
/
latest
Latest chain health score
curl --request GET \
  --url 'https://de.raze.sh/api/sol/sentiment/latest?apiKey='
{
  "success": true,
  "score": 123,
  "status": "excellent",
  "time": "2023-11-07T05:31:56Z",
  "metrics": {
    "deploys": 123,
    "migrations": 123,
    "trades": 123,
    "buys": 123,
    "volumeSol": 123,
    "proTrades": 123,
    "snipers": 123,
    "bundles": 123,
    "avgHoldingSeconds": 123
  },
  "componentScores": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKey
string
query
required

Response

Success

success
boolean
score
number
status
enum<string>
Available options:
excellent,
good,
fair,
poor
time
string<date-time>
metrics
object
componentScores
object
timestamp
string<date-time>