GET /news/search
GET

/v1/news/search

Search news articles

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/news/search?q=ripple
Query parameterValueDescription
qstring (required)
offsetint (clamped >= 0)
limitint (1-100, default 20)
curl 'https://api.xrpl.to/v1/news/search?q=ripple' \
  -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
{ query, sentiment, data[], pagination }

What it does

Search news articles

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