GET /news
GET

/v1/news

Latest XRP news with sentiment

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/news
Query parameterValueDescription
offsetint (clamped >= 0)
limitint (1-100, default 20)
sourcefilter (approved sources only)
dateYYYY-MM-DD (single-day filter)
curl 'https://api.xrpl.to/v1/news' \
  -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
{
  sentiment: { 24h, 7d, 30d, all },
  sources[],
  data[],
  pagination: { offset, limit, total, totalPages }
}

What it does

Latest XRP news with sentiment

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