Skip to main content
GET
/
reports
/
{reportId}
Get Single Report
curl --request GET \
  --url https://api.chainabuse.com/v0/reports/{reportId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

reportId
string
required

Id of the report

Response

Ok

id
string
required

Report ID

trusted
boolean
required

Reported by a contributor registered as trusted on Chainabuse.

createdAt
string<date-time>
required
addresses
object[]
required
checked
boolean
isPrivate
boolean
scamCategory
string | null
description
string
descriptionMarkdown
string
losses
object[]
accusedScammers
object[]
evidences
string[]
ips
string[]
Last modified on June 5, 2026