POST /scams/report
POST

/v1/scams/report

Report a scam domain

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/scams/report
Body
Body fieldsas documented
{ domain, ... }
curl -X POST 'https://api.xrpl.to/v1/scams/report'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Report a scam domain

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