Skip to main content
GET
/
api
/
sol
/
sentiment
/
daily
Daily aggregated chain health
curl --request GET \
  --url 'https://api.raze.bot/api/sol/sentiment/daily?apiKey='
{
  "success": true,
  "data": [
    {}
  ],
  "periods": 123
}

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