Skip to main content
POST
/
v0
/
enrichment
/
report
Report Fraud
curl --request POST \
  --url https://api.blockaid.io/v0/enrichment/report \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "report": {
    "addresses": [
      {
        "chain": "<string>",
        "address": "<string>"
      }
    ]
  },
  "metadata": {
    "account": {
      "account_id": "<string>",
      "account_creation_timestamp": "<string>",
      "user_age": 123,
      "user_country_code": "<string>"
    }
  }
}
'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json
report
object
required
metadata
object
required

Response

Successful Response

The response is of type any.