/v1/news
Latest XRP news with sentiment
Request
https://api.xrpl.to/v1/news| Query parameter | Value | Description |
|---|---|---|
| offset | int (clamped >= 0) | |
| limit | int (1-100, default 20) | |
| source | filter (approved sources only) | |
| date | YYYY-MM-DD (single-day filter) |
curl 'https://api.xrpl.to/v1/news' \ -H 'X-Api-Key: YOUR_KEY'
Response
{ sentiment: { 24h, 7d, 30d, all }, sources[], data[], pagination: { offset, limit, total, totalPages } }
What it does
Latest XRP news with sentiment