GET /mentions/feed
GET

/v1/mentions/feed

Global social feed with trending tokens, top authors, activity chart, and impostor list

AuthDeveloper tier+ API key

Request

GEThttps://api.xrpl.to/v1/mentions/feed
Query parameterValueDescription
limitint (max 100, default 20)
offsetint (clamped >= 0)
period1d|7d|30d|90d|all
authorstring
qstring (full-text)
excludeSpambool (default true — spam rows removed in-query; pagination and count share the filtered row space; pass false to include)
excludeImpostorsbool (impostor rows removed in-query; also filters topAuthors)
minViewsint
minLikesint
sortrecent|engagement|views|likes (default recent)
curl 'https://api.xrpl.to/v1/mentions/feed' \
  -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

Global social feed with trending tokens, top authors, activity chart, and impostor list

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