GET /mentions/search
GET

/v1/mentions/search

Agent-friendly search across X/Twitter mentions with full-text + filters. Returns enriched tweets with token name, spam/impostor flags.

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/mentions/search
Query parameterValueDescription
qstring (full-text search on tweet content, max 200 chars)
authorstring (username prefix match, case-insensitive)
tokenstring (token name, ticker, or md5)
fromISO date or unix ms (lower bound on tweetCreatedAt)
toISO date or unix ms (upper bound)
minLikesint
minViewsint
excludeSpambool (default true; pass false to include spam-flagged tweets)
excludeImpostorsbool (filter out impostor accounts)
sortrecent|engagement|views|relevance (relevance requires q)
limitint (max 100, default 20)
offsetint (default 0)
curl 'https://api.xrpl.to/v1/mentions/search' \
  -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.

What it does

Agent-friendly search across X/Twitter mentions with full-text + filters. Returns enriched tweets with token name, spam/impostor flags.

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