v1

latestOpenAPI 3.0.02026-07-2641816.8 KB

Get Single Report

get/reports/{reportId}

Path parameters

reportIdstring required

Id of the report

Response

Ok

evidencesstring[]
ipsstring[]
descriptionMarkdownstring
descriptionstring
createdAtstring date-time required
scamCategorystring nullable
isPrivateboolean
checkedboolean
trustedboolean required

Reported by a contributor registered as trusted on Chainabuse.

idstring required

Report ID

Example response

{
  "id": "52907745-7672-470e-a803-a2f8feb52944",
  "trusted": true,
  "checked": true,
  "scamCategory": "RUG_PULL",
  "createdAt": "2022-09-09T04:53:16.591Z",
  "addresses": [
    {
      "address": "12QeMLzSrB8XH8FvEzPMVoRxVAzTr5XM2y",
      "chain": "BTC",
      "domain": null
    },
    {
      "address": null,
      "chain": null,
      "domain": "scammer.com"
    }
  ]
}