/v1/scams/report-scam
List community scam reports
Request
https://api.xrpl.to/v1/scams/report-scam| Query parameter | Value | Description |
|---|---|---|
| page | int (default 1) | |
| limit | int (default 50, max 100) | |
| status | pending|reviewed|confirmed|dismissed |
curl 'https://api.xrpl.to/v1/scams/report-scam'
Response
https://api.xrpl.to/v1/scams/report-scam{ "success": true, "page": 1, "limit": 50, "total": 31, "reports": [ { "domain": "xaman-com.live", "reported_at": "2026-02-23T00:43:45.313Z" }, { "domain": "xaman-com.online", "reported_at": "2026-02-23T00:43:45.311Z" }, { "domain": "www.xrpl-xaman-app.joyful-amethyst-lynx.158-94-208-216.cpanel.site", "reported_at": "2026-02-23T00:43:45.309Z" }, { "domain": "xrpl-xaman-app.joyful-amethyst-lynx.158-94-208-216.cpanel.site", "reported_at": "2026-02-23T00:43:45.306Z" }, { "domain": "xaman-download.live", "reported_at": "2026-02-23T00:40:53.743Z" } ] }
Long arrays and strings are shortened in the example; Send request for the full answer.
What it does
List community scam reports