GET /mentions/x-search
GET

/v1/mentions/x-search

Live X/Twitter search via scraper (503 if scraper unavailable)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/mentions/x-search
Query parameterValueDescription
qstring (required, min 3 chars)
limitint (max 20, default 10)
curl 'https://api.xrpl.to/v1/mentions/x-search'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.
Shapeas documented
{ query, count, tweets[] }

What it does

Live X/Twitter search via scraper (503 if scraper unavailable)

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