/v1/mentions/feed
Global social feed with trending tokens, top authors, activity chart, and impostor list
Request
https://api.xrpl.to/v1/mentions/feed| Query parameter | Value | Description |
|---|---|---|
| limit | int (max 100, default 20) | |
| offset | int (clamped >= 0) | |
| period | 1d|7d|30d|90d|all | |
| author | string | |
| q | string (full-text) | |
| excludeSpam | bool (default true — spam rows removed in-query; pagination and count share the filtered row space; pass false to include) | |
| excludeImpostors | bool (impostor rows removed in-query; also filters topAuthors) | |
| minViews | int | |
| minLikes | int | |
| sort | recent|engagement|views|likes (default recent) |
curl 'https://api.xrpl.to/v1/mentions/feed' \ -H 'X-Api-Key: YOUR_KEY'
Response
What it does
Global social feed with trending tokens, top authors, activity chart, and impostor list