GET /scams/domains
GET

/v1/scams/domains

Known scam domains with registrar info

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/scams/domains
curl 'https://api.xrpl.to/v1/scams/domains'

Response

200Example response2 ms · just now · 2.6 KB · 98 lines
https://api.xrpl.to/v1/scams/domains
{
  "success": true,
  "total": 27,
  "domains": [
    {
      "domain": "votes-xaman.app",
      "report_status": "sent",
      "reports": [
        {
          "domain": "votes-xaman.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-17T19:30:03.454404763+00:00"
        }
      ]
    },
    {
      "domain": "ledger-xpmarket.app",
      "report_status": "sent",
      "reports": [
        {
          "domain": "ledger-xpmarket.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-17T19:06:12.552820906+00:00"
        },
        {
          "domain": "ledger-xpmarket.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-17T19:06:12.268706938+00:00"
        }
      ]
    },
    {
      "domain": "casinocoin.app",
      "report_status": "sent",
      "reports": [
        {
          "domain": "casinocoin.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-17T06:11:09.253Z"
        },
        {
          "domain": "casinocoin.app",
          "registrar": "NICENIC INTERNATIONAL GROUP CO., LIMITED",
          "abuse_email": "abuse@nicenic.net",
          "method": "email",
          "status": "sent",
          "sent_at": "2026-02-17T06:11:09.253Z"
        }
      ]
    },
    {
      "domain": "info-xaman.app",
      "report_status": "sent",
      "reports": [
        {
          "domain": "info-xaman.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-16T09:55:58.554885408+00:00"
        }
      ]
    },
    {
      "domain": "start-xaman.app",
      "report_status": "sent",
      "reports": [
        {
          "domain": "start-xaman.app",
          "hosting_provider": "cloudflare.com",
          "abuse_email": "abuse@cloudflare.com",
          "method": "email",
          "target": "host",
          "status": "sent",
          "sent_at": "2026-02-15T10:57:04.285975667+00:00"
        }
      ]
    }
  ]
}

Long arrays and strings are shortened in the example; Send request for the full answer.

What it does

Known scam domains with registrar info

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