GET /news/sentiment-chart
GET

/v1/news/sentiment-chart

Historical sentiment analysis chart

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/news/sentiment-chart
Query parameterValueDescription
daysint (1-365, default 30)
curl 'https://api.xrpl.to/v1/news/sentiment-chart' \
  -H 'X-Api-Key: YOUR_KEY'
Needs Developer tier+ API key — copy the code and run it with your key.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.
Shapeas documented
{
  labels[],
  bullish[],
  bearish[],
  neutral[],
  updated
}

What it does

Historical sentiment analysis chart

Each token comes back with its md5, the id every Token endpoint takes. Go to Token →
OpenAPI