Skip to main content
GET
/
api
/
sol
/
sentiment
/
daily
Daily aggregated chain health
curl --request GET \
  --url 'https://ca.raze.sh/api/sol/sentiment/daily?apiKey='
{
  "success": true,
  "data": [
    {}
  ],
  "periods": 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

periods
integer
default:7

Number of daily periods to return

Required range: 1 <= x <= 30

Response

Success

success
boolean
data
object[]
periods
integer