GET /scams/report-scam
GET

/v1/scams/report-scam

List community scam reports

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/scams/report-scam
Query parameterValueDescription
pageint (default 1)
limitint (default 50, max 100)
statuspending|reviewed|confirmed|dismissed
curl 'https://api.xrpl.to/v1/scams/report-scam'

Response

200Example response3 ms · just now · 0.6 KB · 28 lines
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

For one wallet use GET /v1/scams/check/{account}; for the whole list, GET /v1/scams/addresses.
OpenAPI